Class AsyncCacheLoader<K,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.concurrent.atomic.AtomicReference<State> state  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Object key)
      Returns true if the storage contains an entry associated with the given key.
      MarshallableEntry<K,​V> loadEntry​(java.lang.Object key)
      Fetches an entry from the storage.
      void start()
      Invoked on component start
      void stop()
      Invoked on component stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait