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
    boolean isValid​(QueryCacheEntry queryCacheEntry)
    Return true if the entry is still valid based on dependent tables.
  • Method Details

    • isValid

      boolean isValid​(QueryCacheEntry queryCacheEntry)
      Return true if the entry is still valid based on dependent tables.