Base Model Cache
interface BaseModelCache
Content copied to clipboard
Functions
batch
Link copied to clipboard
getOrRetrieve
Link copied to clipboard
getOrRetrieveEntry
Link copied to clipboard
abstract fun <M : Any> getOrRetrieveEntry(key: Key<M>, retrieve: () -> Sized<M>?): ModelCache.Entry<M>
Content copied to clipboard
Inheritors
ModelCache
Link copied to clipboard