public final class MethodCacher extends Object
The class is thread-safe.
Constructor and Description |
---|
MethodCacher()
Public ctor.
|
public Object cache(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Try NOT to change the signature of this method, in order to keep it backward compatible.
point
- Joint pointThrowable
- If something goes wrong insidepublic Object flush(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Try NOT to change the signature of this method, in order to keep it backward compatible.
point
- Joint pointThrowable
- If something goes wrong insideCopyright © 2012-2013 jcabi.com. All Rights Reserved.