|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.CacheStoreHelper
public class CacheStoreHelper
A helper class to get the internal Store from a Cache
Constructor Summary | |
---|---|
CacheStoreHelper(Cache cache)
Constructor accepting the cache |
Method Summary | |
---|---|
Store |
getStore()
Returns the internal Store of the cache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheStoreHelper(Cache cache)
cache
- Method Detail |
---|
public Store getStore()
Store
of the cache
Store
of the cache
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |