Package-level declarations
Types
Link copied to clipboard
class FileCacheManager(context: Context, filePath: String, perFileSizeThreshold: Int = 15000) : InMemoryCacheManager
File cache manager: Class that stores events to the file system in disk
Link copied to clipboard
interface ICacheScheme
Interface with common persistent methods
Link copied to clipboard
In memory cache manager