Class EntryView


  • public final class EntryView
    extends java.lang.Object
    Entry views expose cached entry information to the user. Depending on the type of entry view, different operations are available. Currently, three type of entry views are supported:
    Since:
    8.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  EntryView.ReadEntryView<K,​V>
      Expose read-only information about a cache entry potentially associated with a key in the functional map.
      static interface  EntryView.ReadWriteEntryView<K,​V>
      Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters.
      static interface  EntryView.WriteEntryView<K,​V>
      Expose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with new value and/or new metadata parameters.
    • Method Summary

      • Methods inherited from class java.lang.Object

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