CachePolicyLocation class

Describes in which places entity should be cached

Constructors

CachePolicyLocation()
Default options. event and http will be enabled by default
CachePolicyLocation.all()
Enables all cache locations
CachePolicyLocation.none()
Disabled all cache locations

Properties

event bool
Allows entities to be cached inside events
read / write
hashCode int
The hash code for this object.
read-onlyinherited
http bool
Allows entities downloaded from http api to be cached
read / write
objectConstructor bool
Allows entities to be cached inside other entities constructors, eg. member object inside message
read / write
other bool
Allows entities to be cached in other places
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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