core/cache/implementations/write_only_cache library

Classes

WriteOnlyCache
A cache wrapper that delegates writes and removals to _delegate but always returns null for reads.