CacheInfo class abstract
Provides high level information about a cache.
- Implemented types
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  keys
  ↔ List<String> ?
- 
  Optional list of keys used by the cache.
  getter/setter pair
- maxEntries ↔ int
- 
  Maximum number of entries that can be stored in the cache.
  getter/setter pair
- numEntries ↔ int
- 
  Number of entries stored in the cache.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  copyWith({int? numEntries, int? maxEntries, List< String> ? keys}) → CacheInfo
- Returns a shallow copy of this CacheInfo with some or all fields replaced by the given arguments.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Returns a serialized JSON structure of the model which also includes
fields used by the database.
  override
- 
  toJsonForProtocol() → Map< String, dynamic> 
- 
  Returns a JSON structure of the model, optimized for Protocol communication.
  override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited