model/cache_base library

Classes

CacheBase<E>

Typedefs

CacheBaseBoxHandle<E> = Future<void> Function(Box<E> box)
ValueCopyWith<T> = T Function(T value)