|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.cache.CacheService
public final class CacheService
Provides cache object for cacheable services
Method Summary | |
---|---|
net.sf.ehcache.Cache |
createCache(java.lang.String strCacheName)
Create a cache for a given Service |
static CacheService |
getInstance()
Gets the unique instance of the CacheService |
void |
shutdown()
Shutdown the cache service and the cache manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CacheService getInstance()
public net.sf.ehcache.Cache createCache(java.lang.String strCacheName)
strCacheName
- The Cache/Service name
public void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |