public interface DynamicAttributesExtractor
Modifier and Type | Method and Description |
---|---|
<T> java.util.Map<java.lang.String,T> |
attributesFor(Element element)
Given a particular cache element, returns a map from attribute names, to their respective values to use for indexing.
|
<T> java.util.Map<java.lang.String,T> attributesFor(Element element)
Ehcache#put(Element)
and Ehcache#replace(Element)
call.element
-