public static class CacheServiceImpl.CacheInvalidation extends Object implements SerializableMessage
Modifier and Type | Field and Description |
---|---|
String |
cacheName |
String |
key |
protected static String |
SEP |
Constructor and Description |
---|
CacheInvalidation(String name,
String key) |
Modifier and Type | Method and Description |
---|---|
static CacheServiceImpl.CacheInvalidation |
deserialize(InputStream in) |
void |
serialize(OutputStream out)
Serializes this to an output stream.
|
String |
toString() |
protected static final String SEP
public CacheInvalidation(String name, String key)
public void serialize(OutputStream out) throws IOException
SerializableMessage
AbstractPubSubBroker.deserialize(java.io.InputStream)
.serialize
in interface SerializableMessage
IOException
public static CacheServiceImpl.CacheInvalidation deserialize(InputStream in) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.