JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.rubyeye.xmemcached
KeyProvider
Contents
Description
Method Summary
Method Details
process(String)
Hide sidebar
Show sidebar
Interface KeyProvider
All Known Implementing Classes:
DefaultKeyProvider
public interface
KeyProvider
Key provider to pre-process keys before sending to memcached.
Since:
1.3.8
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
process
(
String
key)
Processes key and returns a new key.
Method Details
process
String
process
(
String
key)
Processes key and returns a new key.
Parameters:
key
-
Returns: