CacheManager

org.beangle.cache.CacheManager
trait CacheManager extends Disposable

Cache Manager

Attributes

Since

3.2.0

Graph
Supertypes
trait Disposable
class Object
trait Matchable
class Any
Known subtypes

Members list

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.

Attributes

Inherited methods

def destroy(): Unit

do destroy.

do destroy.

Attributes

Inherited from:
Disposable