|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.cache.AbstractCacheableService
fr.paris.lutece.plugins.document.web.ResourceServletCache
public class ResourceServletCache
ResourceServletCache
Constructor Summary | |
---|---|
ResourceServletCache()
Constructor |
Method Summary | |
---|---|
ResourceValueObject |
get(java.lang.String strKey)
Get from the cache |
java.lang.String |
getName()
Gets the cache name |
void |
put(java.lang.String strKey,
ResourceValueObject resource)
Put an object into the cache |
Methods inherited from class fr.paris.lutece.portal.service.cache.AbstractCacheableService |
---|
getCache, getCacheSize, getFromCache, initCache, isCacheEnable, putInCache, resetCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceServletCache()
Method Detail |
---|
public java.lang.String getName()
public ResourceValueObject get(java.lang.String strKey)
strKey
- The key
public void put(java.lang.String strKey, ResourceValueObject resource)
strKey
- The keyresource
- The value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |