public static class ExpiringMemoizingSupplier.NotMemoized<T> extends ExpiringMemoizingSupplier.ReturnValue<T>
value
Constructor and Description |
---|
NotMemoized(T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
canMemoize() |
value
public NotMemoized(T value)
public boolean canMemoize()
canMemoize
in class ExpiringMemoizingSupplier.ReturnValue<T>
Copyright © 2009- The Apache Software Foundation