Class LocalCache
java.lang.Object
org.apache.activemq.artemis.core.server.routing.caches.LocalCache
- All Implemented Interfaces:
com.github.benmanes.caffeine.cache.RemovalListener<String,,String> Cache
-
Constructor Summary
ConstructorsConstructorDescriptionLocalCache(String id, boolean persisted, int timeout, StorageManager storageManager) -
Method Summary
-
Constructor Details
-
LocalCache
-
-
Method Details
-
getId
-
isPersisted
public boolean isPersisted() -
getTimeout
public int getTimeout() -
start
public void start() -
stop
public void stop() -
get
-
put
-
onRemoval
-