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