ChannelCacheUnit class Null safety
- Implemented types
Constructors
Properties
-
cachedMetaData
↔ CachedDataMap<
String> ? -
read / write
- channel ↔ BaseChannel?
-
read / write
- deliveryStatus ↔ DeliveryStatus?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
readStatus
↔ Map<
String, ReadStatus> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
typingStatus
↔ Map<
String, TypingStatus> -
read / write
Methods
-
delete<
T extends Cacheable> ({String? key, Cacheable? data}) → void -
override
-
find<
T extends Cacheable> ({String? key}) → T? -
override
-
insert(
Cacheable data) → void -
override
-
markAsDirty(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited