public interface DynamicAttributesExtractor
Modifier and Type | Method and Description |
---|---|
<T> Map<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> Map<String,T> attributesFor(Element element)
Ehcache.put(Element)
and Ehcache#replace(Element)
call.element
- Copyright 2001-2018, Terracotta, Inc.