public class Memoizer extends Object implements InvocationHandler
Memoizer()
Object
build(Object object)
Memoizer
expireAfterWrite(long duration, TimeUnit unit)
invoke(Object proxy, Method method, Object[] args)
maximumSize(long maximumSize)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Memoizer()
public Object build(Object object)
public Memoizer maximumSize(long maximumSize)
public Memoizer expireAfterWrite(long duration, TimeUnit unit)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2014. All Rights Reserved.