-
public interface QueryCacheEntryValidateUsed to validate that a query cache entry is still valid based on dependent tables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(QueryCacheEntry queryCacheEntry)Return true if the entry is still valid based on dependent tables.
-
-
-
Method Detail
-
isValid
boolean isValid(QueryCacheEntry queryCacheEntry)
Return true if the entry is still valid based on dependent tables.
-
-