| public void |
| tick() |
| method_24913() |
| tick() |
|
| public static <T> Memory<T> |
| create() |
| method_1_1817() |
| empty() |
|
| public void |
| set(T value, long timeToLive) |
| method_1_1820(T arg0, long arg1) |
| set(T value, long expiry) |
|
| public void |
| set(T value) |
| method_1_1819(T arg0) |
| set(T value) |
|
| public void |
| clear() |
| method_1_1816() |
| reset() |
|
| public boolean |
| hasValue() |
| method_1_1818() |
| hasValue() |
|
| public T |
| value() |
| method_24637() |
| getValue() |
|
| public boolean |
| canExpire() |
| method_24914() |
| isTimed() |
|
| public boolean |
| hasExpired() |
| method_24634() |
| isExpired() |
|
| public long |
| timeToLive() |
| method_35127() |
| getExpiry() |
|
| public void |
|