Package net.rubyeye.xmemcached.impl
Class DefaultKeyProvider
- java.lang.Object
-
- net.rubyeye.xmemcached.impl.DefaultKeyProvider
-
- All Implemented Interfaces:
KeyProvider
public final class DefaultKeyProvider extends java.lang.Object implements KeyProvider
Default key provider,returns the key itself.- Since:
- 1.3.8
-
-
Field Summary
Fields Modifier and Type Field Description static KeyProvider
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultKeyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
process(java.lang.String key)
Processes key and returns a new key.
-
-
-
Field Detail
-
INSTANCE
public static final KeyProvider INSTANCE
-
-
Method Detail
-
process
public final java.lang.String process(java.lang.String key)
Description copied from interface:KeyProvider
Processes key and returns a new key.- Specified by:
process
in interfaceKeyProvider
- Returns:
-
-