Package org.apache.jackrabbit.oak.cache
Interface CacheValue
- All Known Implementing Classes:
ClusterNodeInfoDocument
,Document
,DocumentNodeState
,DocumentNodeState.Children
,JournalEntry
,LocalDiffCache.Diff
,MemoryDiffCache.Key
,NamePathRev
,NodeDocument
,Path
,PathRev
,Revision
,RevisionsKey
,RevisionVector
,StringValue
public interface CacheValue
A cache value.
-
Method Summary
Modifier and TypeMethodDescriptionint
The estimated amount of memory used by this object, in bytes.
-
Method Details
-
getMemory
int getMemory()The estimated amount of memory used by this object, in bytes.- Returns:
- the estimated number of bytes
-