Package-level declarations

Types

Link copied to clipboard
interface GenericCache<K, V>

Copyright 2020 kezhenxu94

Link copied to clipboard
class LRUCache<K, V>(delegate: GenericCache<K, V>, minimalSize: Int = DEFAULT_SIZE) : GenericCache<K, V>

Copyright 2020 kezhenxu94

Link copied to clipboard

PerpetualCache caches the items perpetually unless they're manually removeed.