Class AbstractCachingAwareObject
java.lang.Object
org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
- All Implemented Interfaces:
CachingAwareObject
- Direct Known Subclasses:
CachingAwareList,Item
Base abstract implementation of
CachingAwareObject- Author:
- Alfonso Vásquez
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractCachingAwareObject(CachingAwareObject cachingAwareObject) -
Method Summary
-
Field Details
-
scope
-
key
-
cachingTime
-
-
Constructor Details
-
AbstractCachingAwareObject
protected AbstractCachingAwareObject() -
AbstractCachingAwareObject
-
-
Method Details
-
getScope
- Specified by:
getScopein interfaceCachingAwareObject
-
setScope
- Specified by:
setScopein interfaceCachingAwareObject
-
getKey
- Specified by:
getKeyin interfaceCachingAwareObject
-
setKey
- Specified by:
setKeyin interfaceCachingAwareObject
-
getCachingTime
- Specified by:
getCachingTimein interfaceCachingAwareObject
-
setCachingTime
- Specified by:
setCachingTimein interfaceCachingAwareObject
-