public abstract class AbstractCachingAwareObject extends Object implements CachingAwareObject
CachingAwareObject| Modifier and Type | Field and Description |
|---|---|
protected Long |
cachingTime |
protected Object |
key |
protected String |
scope |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCachingAwareObject() |
protected |
AbstractCachingAwareObject(CachingAwareObject cachingAwareObject) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCachingTime() |
Object |
getKey() |
String |
getScope() |
void |
setCachingTime(Long cachingTime) |
void |
setKey(Object key) |
void |
setScope(String scope) |
protected transient String scope
protected transient Object key
protected transient Long cachingTime
protected AbstractCachingAwareObject()
protected AbstractCachingAwareObject(CachingAwareObject cachingAwareObject)
public String getScope()
getScope in interface CachingAwareObjectpublic void setScope(String scope)
setScope in interface CachingAwareObjectpublic Object getKey()
getKey in interface CachingAwareObjectpublic void setKey(Object key)
setKey in interface CachingAwareObjectpublic Long getCachingTime()
getCachingTime in interface CachingAwareObjectpublic void setCachingTime(Long cachingTime)
setCachingTime in interface CachingAwareObjectCopyright © 2018 CrafterCMS. All rights reserved.