ConcurrentMapCacheManager

class ConcurrentMapCacheManager(val name: String) extends CacheManager

Concurrent Map Cache Manager.

Version:

1.0

Since:

3.2.0

trait Disposable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def destroy(): Unit

do destroy.

do destroy.

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.

Definition Classes

Concrete fields

val name: String