|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheDataDescription
Describes attributes regarding the type of data to be cached.
Method Summary | |
---|---|
Comparator |
getVersionComparator()
Get the comparator used to compare two different version values. |
boolean |
isMutable()
Is the data marked as being mutable? |
boolean |
isVersioned()
Is the data to be cached considered versioned? If true , it is illegal for getVersionComparator() to return null . |
Method Detail |
---|
boolean isMutable()
true
if the data is mutable; false
otherwise.boolean isVersioned()
true
, it is illegal for getVersionComparator()
to return null
.
true
if the data is versioned; false
otherwise.Comparator getVersionComparator()
null
if
isVersioned()
returns false.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |