Interface CachedPartition

All Superinterfaces:
IRowCacheEntry, Partition
All Known Implementing Classes:
CachedBTreePartition

public interface CachedPartition extends Partition, IRowCacheEntry
A partition stored in the partition cache. Note that in practice, the only implementation of this is CachedBTreePartition, we keep this interface mainly to make it clear what we need from partition in the cache (that we don't otherwise)