CacheOptions class

Options for configuring cache. Allows to specify where and which entities should be cached and preserved in cache

Constructors

CacheOptions()

Properties

channelCachePolicy CachePolicy<IChannel>
Defines which channel entities are preserved in cache.
getter/setter pair
channelCachePolicyLocation CachePolicyLocation
Defines where channel entities are preserved cache. Defaults to CachePolicyLocation with additional objectConstructor set to true
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memberCachePolicy CachePolicy<Member>
Defines which members are preserved in cache
getter/setter pair
memberCachePolicyLocation CachePolicyLocation
Defines in which locations members will be cached
getter/setter pair
messageCachePolicy CachePolicy<Message>
Defines which members are preserved in cache
getter/setter pair
messageCachePolicyLocation CachePolicyLocation
Defines in which locations members will be cached
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCachePolicyLocation CachePolicyLocation
Defines in which places user can be cached
getter/setter pair

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