Interface Cache<K,V>

All Known Implementing Classes:
ConcurrentSizedTimeoutCache, SizedTimeoutCache, TimeoutCache

public interface Cache<K,V>
  • Method Summary

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

    • shutdown

      void shutdown()
    • cleanup

      void cleanup()
    • get

      @Nullable V get(K var1)