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
SerializableMessageAbstractPubSubBroker.deserialize(java.io.InputStream).serialize in interface SerializableMessageIOExceptionpublic static CacheServiceImpl.CacheInvalidation deserialize(InputStream in) throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.