CachedResource class
Cached resource item for performance optimization
Constructors
- CachedResource({required String uri, required ReadResourceResult content, required DateTime cachedAt, required Duration maxAge})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited