CacheConfiguration constructor
const
CacheConfiguration({
- CacheSizeOptions sizeOptions = const CacheSizeOptions(),
- CacheCryptographyOptions? cryptographyOptions,
- DataCacheOptions dataCacheOptions = const DataCacheOptions(),
Constructs a CacheConfiguration object.
sizeOptions
Options for cache size.
ttlMaxDuration
Maximum time-to-live duration for cache items.
cryptographyOptions
Options for cache cryptography.
Implementation
const CacheConfiguration({
this.sizeOptions = const CacheSizeOptions(),
this.cryptographyOptions,
this.dataCacheOptions = const DataCacheOptions(),
});