CacheService

Provides publication-bound caches.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun <T : Any> cacheOf(valueType: KClass<T>, namespace: String): Cache<T>

Gets the cache for objects of valueType in the given namespace.

Link copied to clipboard
open override fun close()

Closes any opened file handles, removes temporary files, etc.