Interface AbstractCache.Query<KK>

Type Parameters:
KK - The type of key used to look up data in the cache.
Enclosing class:
AbstractCache<K,Q extends AbstractCache.Query<K>,V,D extends Cache.Data<V>>

public static interface AbstractCache.Query<KK>
The query used to request information from the cache.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKey

      KK getKey()
      Returns:
      A key for looking up data for the query.