beangle-cache-api
beangle-cache-api
API
org.beangle.cache
chain
ChainedCache
ChainedManager
concurrent
ConcurrentMapCache
ConcurrentMapCacheManager
AbstractCacheManager
Broadcaster
BroadcasterBuilder
Cache
CacheManager
EvictMessage
EvictMessage
beangle-cache-api
/
org.beangle.cache
/
AbstractCacheManager
AbstractCacheManager
org.beangle.cache.AbstractCacheManager
abstract
class
AbstractCacheManager
(
val
autoCreate
:
Boolean
)
extends
CacheManager
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
CacheManager
trait
Disposable
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
protected
def
findCache
[
K
,
V
](
name
:
String
,
keyType
:
Class
[
K
],
valueType
:
Class
[
V
]):
Cache
[
K
,
V
]
protected
def
newCache
[
K
,
V
](
name
:
String
,
keyType
:
Class
[
K
],
valueType
:
Class
[
V
]):
Cache
[
K
,
V
]
Concrete 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.
Attributes
Definition Classes
CacheManager
protected
def
register
[
K
,
V
](
name
:
String
,
cache
:
Cache
[
K
,
V
]):
Unit
Inherited methods
def
destroy
(
):
Unit
do destroy.
do destroy.
Attributes
Inherited from:
Disposable
Concrete fields
val
autoCreate
:
Boolean
In this article
Attributes
Members list
Value members
Abstract methods
Concrete methods
Inherited methods
Concrete fields