ChainedManager

trait Disposable
class Object
trait Matchable
class Any

Value members

Inherited methods

def destroy(): Unit

do destroy.

do destroy.

Inherited from
Disposable
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 from
CacheManager