Interface CacheMap.Entry<T>

Enclosing class:
CacheMap<T>

public static interface CacheMap.Entry<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    void
     
  • Method Details

    • get

      T get()
    • remove

      void remove()