Package org.nuxeo.ecm.core.cache
Class CacheServiceImpl.CachePubSubInvalidator
- java.lang.Object
-
- org.nuxeo.runtime.pubsub.AbstractPubSubBroker<CacheServiceImpl.CacheInvalidation>
-
- org.nuxeo.ecm.core.cache.CacheServiceImpl.AbstractCachePubSubInvalidator
-
- org.nuxeo.ecm.core.cache.CacheServiceImpl.CachePubSubInvalidator
-
- Enclosing class:
- CacheServiceImpl
protected class CacheServiceImpl.CachePubSubInvalidator extends CacheServiceImpl.AbstractCachePubSubInvalidator
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.cache.CacheServiceImpl.AbstractCachePubSubInvalidator
ALL_KEYS
-
Fields inherited from class org.nuxeo.runtime.pubsub.AbstractPubSubBroker
DISCRIMINATOR_SEP, discriminatorBytes, topic
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CachePubSubInvalidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Cache
getCache(String name)
-
Methods inherited from class org.nuxeo.ecm.core.cache.CacheServiceImpl.AbstractCachePubSubInvalidator
deserialize, receivedMessage, sendInvalidation, sendInvalidationsAll
-
Methods inherited from class org.nuxeo.runtime.pubsub.AbstractPubSubBroker
close, initialize, scanDiscriminator, sendMessage, subscriber
-
-
-
-
Method Detail
-
getCache
protected Cache getCache(String name)
- Specified by:
getCache
in classCacheServiceImpl.AbstractCachePubSubInvalidator
-
-