EhCacheManager

class EhCacheManager(val name: String, autoCreate: Boolean) extends AbstractCacheManager with Initializing with Logging
trait Logging
trait Initializing
class AbstractCacheManager
trait CacheManager
trait Disposable
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def destroy(): Unit
Definition Classes
Disposable
def init(): Unit

Inherited methods

final 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
AbstractCacheManager -> CacheManager
Inherited from
AbstractCacheManager
protected
def register[K, V](name: String, cache: Cache[K, V]): Unit
Inherited from
AbstractCacheManager

Concrete fields

var configUrl: URL
val name: String

Inherited fields

protected
val logger: Logger
Inherited from
Logging