CacheManager

trait CacheManager extends Disposable

Cache Manager

Since:

3.2.0

trait Disposable
class Object
trait Matchable
class Any

Value members

Abstract methods

def getCache[K, V](name: String, keyType: Class[K], valueType: Class[V]): Cache[K, V]

Return the cache associated with the given name.

Return the cache associated with the given name.

Inherited methods

def destroy(): Unit

do destroy.

do destroy.

Inherited from:
Disposable