Interface ICUCache<K,V>

All Known Implementing Classes:
SimpleCache

public interface ICUCache<K,V>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Object
     
    static final int
     
    static final int
     
  • Method Summary

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