CacheManager

org.beangle.commons.cache.CacheManager
trait CacheManager extends Disposable

Cache Manager

Attributes

Since

3.2.0

Graph
Supertypes
trait Disposable
class Object
trait Matchable
class Any

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 and Abstract methods

def destroy(): Unit

do destroy.

do destroy.

Attributes

Inherited from:
Disposable