Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultElementEvictionData
Default implementation of the element eviction data storage that just keeps
all the data in instance fields in the heap.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.setElementEvictionData(ElementEvictionData elementEvictionData)
Sets this element's eviction data instance.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.