|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ashkay.strategies.SoftReferenceCachingStrategy net.sf.ashkay.strategies.NullCachingStrategy
NullCachingStrategy prevents the cache from caching any data about the object
Constructor Summary | |
NullCachingStrategy()
|
Method Summary | |
boolean |
validate(CacheEntry entry)
Always returns false. |
Methods inherited from class net.sf.ashkay.strategies.SoftReferenceCachingStrategy |
prepare |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullCachingStrategy()
Method Detail |
public boolean validate(CacheEntry entry)
validate
in interface CachingStrategy
validate
in class SoftReferenceCachingStrategy
entry
- - the entry to validate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |