LocalCacheConfig
An object that specifies the options for the local caching.
Since
4.6.0-
The max size of the database in megabyte. The minimum value is 64MB.
Since
4.6.0 -
The order for deleting messages.
Since
4.6.0 -
A comparator that has to be implemented to determine that which channel’s message will be deleted.
Since
4.6.0 -
Determines whether encryption is turned on when using Local Caching. If set to true, files are protected at
CompleteUnlessOpen
level. Default is false, which protects files atCompleteUntilFirstUserAuthentication
level.Since
4.6.0 -