ResourceContentCache class
A cache for ResourceContent.
Constructors
Properties
Methods
-
clear(
) → void - Clears the cache.
-
contains(
Object? resource) → bool -
get(
Object? resource) → ResourceContent? -
Returns a ResourceContent using
resource
as key. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
Object? resource) → ResourceContent? -
Remove a ResourceContent associated with
resource
. See get forresource
description. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited