IExpirer class abstract

Mixed in types
Implementers

Constructors

IExpirer()

Properties

core ICore
no setter
events EventEmitter<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
keys List<String>
no setter
length int
no setter
logger Logger
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<ExpirerExpiration>
no setter

Methods

del(dynamic key) → void
get(dynamic key) ExpirerExpiration
has(dynamic key) bool
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(Listener<String>? listener) → void
inherited
on(String event, EventCallback callback) Listener<String>
inherited
once(String event, EventCallback callback) Listener<String>
inherited
removeListener(String eventName, EventCallback callback) → void
inherited
set(dynamic key, int expiry) → void
toString() String
A string representation of this object.
inherited

Operators

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