PixaCacheStoreCapabilities.runtimeImageCache constructor
const
PixaCacheStoreCapabilities.runtimeImageCache()
Pixa's runtime image-cache store capabilities.
Implementation
const PixaCacheStoreCapabilities.runtimeImageCache()
: this(
binaryValues: true,
metadataSidecar: true,
atomicWrites: true,
checksumValidation: true,
ttl: true,
namespaceIsolation: true,
sizeEviction: true,
corruptionRecovery: true,
concurrentEntryGuards: true,
ownedReadBuffers: true,
dartStorageRuntime: false,
);