public interface Keyer<T extends Object>
An interface to convert data of type T into a string key for the memory cache.
abstract String
key(T data, Options options)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String key(T data, Options options)
Convert data into a string key. Return 'null' if this keyer cannot convert data.
data
options