Package io.ebean.cache
Interface QueryCacheEntryValidate
public interface QueryCacheEntryValidate
Used to validate that a query cache entry is still valid based on dependent tables.
-
Method Summary
Modifier and Type Method Description booleanisValid(QueryCacheEntry queryCacheEntry)Return true if the entry is still valid based on dependent tables.
-
Method Details
-
isValid
Return true if the entry is still valid based on dependent tables.
-