org.hippoecm.hst.cache
Class NOOPHstCache.NOOPCacheElement
java.lang.Object
org.hippoecm.hst.cache.NOOPHstCache.NOOPCacheElement
- All Implemented Interfaces:
- CacheElement
- Enclosing class:
- NOOPHstCache
public static class NOOPHstCache.NOOPCacheElement
- extends Object
- implements CacheElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContent
public Object getContent()
- Specified by:
getContent
in interface CacheElement
getKey
public Object getKey()
- Specified by:
getKey
in interface CacheElement
getTimeToIdleSeconds
public int getTimeToIdleSeconds()
- Specified by:
getTimeToIdleSeconds
in interface CacheElement
getTimeToLiveSeconds
public int getTimeToLiveSeconds()
- Specified by:
getTimeToLiveSeconds
in interface CacheElement
isEternal
public boolean isEternal()
- Specified by:
isEternal
in interface CacheElement
setEternal
public void setEternal(boolean eternal)
- Specified by:
setEternal
in interface CacheElement
setTimeToIdleSeconds
public void setTimeToIdleSeconds(int timeToIdle)
- Specified by:
setTimeToIdleSeconds
in interface CacheElement
setTimeToLiveSeconds
public void setTimeToLiveSeconds(int timeToLive)
- Specified by:
setTimeToLiveSeconds
in interface CacheElement
Copyright © 2008-2012 Hippo. All Rights Reserved.