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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(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.
-
-