meta property
PVCtxStorageProxy
get
meta
Storage proxy for metadata.
Routes to configured StorageType for metadata operations.
Implementation
PVCtxStorageProxy get meta => PVCtxStorageProxy(
ctx: this,
storageType: cache.metadataStorageType,
isMetadata: true,
);