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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidation(String name, String key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheServiceImpl.CacheInvalidation
deserialize(InputStream in)
void
serialize(OutputStream out)
Serializes this to an output stream.String
toString()
-
-
-
Field Detail
-
SEP
protected static final String SEP
- See Also:
- Constant Field Values
-
cacheName
public final String cacheName
-
key
public final String key
-
-
Method Detail
-
serialize
public void serialize(OutputStream out) throws IOException
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
public static CacheServiceImpl.CacheInvalidation deserialize(InputStream in) throws IOException
- Throws:
IOException
-
-