Interface Cache<K,V>

All Known Subinterfaces:
ClassCache<V>
All Known Implementing Classes:
HashMapCache, HashMapClassCache

public interface Cache<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get(K key)
     
    int
     
    put(K key, V value)