IExpirer class abstract

Inheritance
Implementers

Constructors

IExpirer()

Properties

core ICore
finalinherited
created → Event<ExpirationEvent>
final
deleted → Event<ExpirationEvent>
final
expired → Event<ExpirationEvent>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageKey String
finalinherited
sync → Event<EventArgs>
final

Methods

checkExpiry(String key, int expiry) bool
delete(String key) Future<void>
expire(String key) → void
get(String key) int
has(String key) bool
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() Future<void>
inherited
restore() Future<void>
inherited
set(String key, int value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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