|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
net.sf.ehcache | This package contains the public API for using EHCache |
net.sf.ehcache.store | Store package. |
Uses of Element in net.sf.ehcache |
Methods in net.sf.ehcache that return Element | |
Element |
Cache.get(java.io.Serializable key)
Gets an element from the cache. |
Methods in net.sf.ehcache with parameters of type Element | |
void |
Cache.put(Element element)
Put an element in the cache. |
boolean |
Cache.isExpired(Element element)
Checks whether this cache element has expired. |
Uses of Element in net.sf.ehcache.store |
Methods in net.sf.ehcache.store that return Element | |
Element |
DiskStore.get(java.io.Serializable key)
Gets an Element from the Disk Store. |
Element |
Store.get(java.io.Serializable key)
Gets an item from the cache. |
Element |
MemoryStore.get(java.io.Serializable key)
Gets an item from the cache The last access time in Element is updated. |
Methods in net.sf.ehcache.store with parameters of type Element | |
void |
DiskStore.put(Element entry)
Puts an item to the cache. |
void |
Store.put(Element element)
Puts an item into the cache. |
void |
MemoryStore.put(Element element)
Puts an item in the cache. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |