protected static class QueryCacheManager.InvalidateQueryCacheMsg
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
invalidateAll |
protected QueryKey |
queryKey |
protected java.util.Set<java.lang.String> |
typeNames |
Constructor and Description |
---|
InvalidateQueryCacheMsg(boolean invalidateAll) |
InvalidateQueryCacheMsg(QueryKey queryKey) |
InvalidateQueryCacheMsg(java.util.Set<java.lang.String> typeNames) |
protected java.util.Set<java.lang.String> typeNames
protected QueryKey queryKey
protected boolean invalidateAll
public InvalidateQueryCacheMsg(java.util.Set<java.lang.String> typeNames)
public InvalidateQueryCacheMsg(boolean invalidateAll)
public InvalidateQueryCacheMsg(QueryKey queryKey)