public class CacheNotify extends Object implements Externalizable
| 构造器和说明 |
|---|
CacheNotify() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CacheNotify |
clear(String name) |
static CacheNotify |
expires(String name,
Collection<String> keys) |
static CacheNotify |
expiresAll(String name) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static CacheNotify clear(String name)
public static CacheNotify expires(String name, Collection<String> keys)
public static CacheNotify expiresAll(String name)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal 在接口中 ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal 在接口中 ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2019–2023. All rights reserved.