Package-level declarations
Types
Link copied to clipboard
class CachingGateway(cache: DataCache, gateway: Gateway, dispatcher: CoroutineDispatcher = Dispatchers.Default) : DataCache, Gateway, CoroutineScope
A bridge between DataCache and Gateway that automatically empties cache on disconnect.
Link copied to clipboard
A DataCacheView that limits removal of cached instances to those inserted in this cache, and not the underlying cache.
Link copied to clipboard
class KordCacheBuilder
Link copied to clipboard
Functions
Link copied to clipboard
Creates a DataCacheView for this view, only removing elements that were added directly to this instance.
Link copied to clipboard