cache_it library

Classes

CacheEntry<T>
CacheIt<K, V>
Create an instance of a cache object.
CacheManager
Simple cache manager

Typedefs

CacheBuilderFn<V> = Future<V> Function()

Exceptions / Errors

CacheException
Abstract exception class for CacheIt
DuplicateEntryException
An exception raised when attemting to create a duplicate.
TypeException
An generic exception raised when a cache operation fails.