Package org.nuxeo.ecm.core.cache
Class CacheServiceImpl.CacheInvalidation
java.lang.Object
org.nuxeo.ecm.core.cache.CacheServiceImpl.CacheInvalidation
- All Implemented Interfaces:
Serializable
,SerializableMessage
- Enclosing class:
- CacheServiceImpl
public static class CacheServiceImpl.CacheInvalidation
extends Object
implements SerializableMessage
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(OutputStream out) Serializes this to an output stream.toString()
-
Field Details
-
SEP
- See Also:
-
cacheName
-
key
-
-
Constructor Details
-
CacheInvalidation
-
-
Method Details
-
serialize
Description copied from interface:SerializableMessage
Serializes this to an output stream. The deserialization is handled byAbstractPubSubBroker.deserialize(java.io.InputStream)
.- Specified by:
serialize
in interfaceSerializableMessage
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
toString
-