entry property

PVCtxStorageProxy get entry

Storage proxy for cache entries.

Routes to configured StorageType for entry operations.

Implementation

PVCtxStorageProxy get entry => PVCtxStorageProxy(
  ctx: this,
  storageType: cache.entryStorageType,
  isMetadata: false,
);