Class LazyRemovalCache.Entry<V>

java.lang.Object
org.jgroups.blocks.LazyRemovalCache.Entry<V>
Enclosing class:
LazyRemovalCache<K,V>

public static class LazyRemovalCache.Entry<V> extends Object
  • Field Details

    • val

      protected final V val
    • timestamp

      protected long timestamp
    • removable

      protected boolean removable
  • Constructor Details

    • Entry

      public Entry(V val)
  • Method Details

    • isRemovable

      public boolean isRemovable()
    • setRemovable

      public void setRemovable(boolean flag)
    • getVal

      public V getVal()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public String toString(Function<V,String> print_val)