|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementEvictionData | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
Uses of ElementEvictionData in net.sf.ehcache |
---|
Classes in net.sf.ehcache that implement ElementEvictionData | |
---|---|
class |
DefaultElementEvictionData
Default implementation of the element eviction data storage that just keeps all the data in instance fields in the heap. |
Methods in net.sf.ehcache that return ElementEvictionData | |
---|---|
ElementEvictionData |
ElementEvictionData.clone()
Creates a clone of the eviction data |
ElementEvictionData |
DefaultElementEvictionData.clone()
Creates a clone of the eviction data |
ElementEvictionData |
Element.getElementEvictionData()
Retrieves this element's eviction data instance. |
Methods in net.sf.ehcache with parameters of type ElementEvictionData | |
---|---|
void |
Element.setElementEvictionData(ElementEvictionData elementEvictionData)
Sets this element's eviction data instance. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |