Class ExpiringMemoizingSupplier<T>

java.lang.Object
org.apache.cassandra.utils.ExpiringMemoizingSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class ExpiringMemoizingSupplier<T> extends Object implements Supplier<T>
An implementation similar to Guava's Suppliers.memoizeWithExpiration(Supplier) but allowing for memoization to be skipped. See CASSANDRA-16148