RCache class

This is a main class for managing cache with RCache

Constructors

RCache()

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

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

Static Properties

common ↔ RCaching
Get a RCaching instance with common level. Used to store RCache for regular data.
getter/setter pair
credentials ↔ RCaching
Get a RCaching instance with credentials level. Used to store RCache for credentials data.
getter/setter pair

Static Methods

clear() → Future<void>
Method to delete all data for common and credential levels stored via RCache/RCaching.