ConcurrentMapCacheManager

org.beangle.cache.concurrent.ConcurrentMapCacheManager
class ConcurrentMapCacheManager(val name: String) extends CacheManager

Concurrent Map Cache Manager.

Attributes

Version:

1.0

Since:

3.2.0

Graph
Supertypes
trait Disposable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def destroy(): Unit

do destroy.

do destroy.

Attributes

Definition Classes
Disposable
override 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

Definition Classes

Concrete fields

val name: String