RedisCache class abstract
- Annotations
Constructors
Properties
-
command
↔ Future<
Command> ? -
getter/setter pair
- config → ServerConfig
-
no setter
- connection ↔ RedisConnection?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearValue(
String key) → Future< void> -
disconnect(
) → Future< void> -
getClient(
) → Future< Command> -
getString(
String key) → Future< String?> -
getValue(
String key) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setString(
String key, String value, {int expireIn = -1}) → Future< void> -
setValue(
String key, Map value, {int expireIn = -1}) → Future< void> - expireIn in seconds
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited