Interface MemoryObject
-
- All Known Implementing Classes:
PageFile
,TreeStoreNodeState
public interface MemoryObject
A interface for memory-bound cache objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
estimatedMemory()
Get the estimate memory size.
-