CacheManager class

Simple cache manager

Constructors

CacheManager()
Retrieve singleton instance of cache manager
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(dynamic cache) → void
Add a new cache to manage
clear() → void
clear all caches managed by the configuration manager
dispose() → void
Cancel the periodic timer and dispose of resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune() → void
Eliminate all expired values across caches
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited