Class MetaParam.MetaLastUsed

java.lang.Object
org.infinispan.functional.MetaParam.MetaLong
org.infinispan.functional.MetaParam.MetaLastUsed
All Implemented Interfaces:
MetaParam<Long>
Enclosing interface:
MetaParam<T>

@Experimental public static final class MetaParam.MetaLastUsed extends MetaParam.MetaLong
Read only metadata parameter representing a cached entry's last used time in milliseconds.
Since:
8.0
  • Constructor Details

    • MetaLastUsed

      public MetaLastUsed(long lastUsed)
  • Method Details