org.apache.jackrabbit.mk.store
Interface CacheObject

All Known Subinterfaces:
ChildNodeEntries
All Known Implementing Classes:
AbstractCommit, AbstractNode, ChildNodeEntriesHTree, ChildNodeEntriesMap, ChildNodeEntriesTree, ChildNodeEntriesTree.Bucket, MutableCommit, MutableNode, StoredCommit, StoredNode

public interface CacheObject

An entry that can be put in a cache.


Method Summary
 int getMemory()
          The estimated amount of memory used, in bytes.
 

Method Detail

getMemory

int getMemory()
The estimated amount of memory used, in bytes.

Returns:
the memory used


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.