public class Memoizer extends Object implements InvocationHandler
| Constructor and Description |
|---|
Memoizer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
build(Object object) |
Memoizer |
expireAfterWrite(long duration,
TimeUnit unit) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
Memoizer |
maximumSize(long maximumSize) |
public Memoizer maximumSize(long maximumSize)
Copyright © 2018. All Rights Reserved.