All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.cache.QueryCacheEntryValidate Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.cache;

/**
 * Used to validate that a query cache entry is still valid based on dependent tables.
 */
public interface QueryCacheEntryValidate {

  /**
   * Return true if the entry is still valid based on dependent tables.
   */
  boolean isValid(QueryCacheEntry queryCacheEntry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy