|
||||||||||
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.ResourceServletContentTypeCache
public class ResourceServletContentTypeCache
ResourceServletCache
Constructor Summary | |
---|---|
ResourceServletContentTypeCache()
Constructor |
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String strKey)
Get from the cache |
java.lang.String |
getName()
Gets the cache name |
void |
put(java.lang.String strKey,
java.lang.String strContentType)
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 ResourceServletContentTypeCache()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String get(java.lang.String strKey)
strKey
- The key
public void put(java.lang.String strKey, java.lang.String strContentType)
strKey
- The keycontent
- The value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |