Package tech.rsqn.cacheservice.support
Class CacheBehaviour
- java.lang.Object
-
- tech.rsqn.cacheservice.support.CacheBehaviour
-
public class CacheBehaviour extends java.lang.ObjectCreated by IntelliJ IDEA. User: mandrewes Date: 15/03/12
-
-
Constructor Summary
Constructors Constructor Description CacheBehaviour()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearCacheAfterRead()voidenableDefaultBehaviour()booleanisClearCacheAfterRead()booleanisReturnIfItemIsNotCached()voidreturnIfItemIsNotCached()java.lang.StringtoString()
-
-
-
Method Detail
-
returnIfItemIsNotCached
public void returnIfItemIsNotCached()
-
clearCacheAfterRead
public void clearCacheAfterRead()
-
enableDefaultBehaviour
public void enableDefaultBehaviour()
-
isClearCacheAfterRead
public boolean isClearCacheAfterRead()
-
isReturnIfItemIsNotCached
public boolean isReturnIfItemIsNotCached()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-