protected static class MethodCacher.Key extends Object
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | getLevel()Get log level. | 
| int | hashCode() | 
| boolean | sameTarget(org.aspectj.lang.JoinPoint point)Is it related to the same target? | 
| Object | through(Object result)Send a result through, with necessary logging. | 
| String | toString() | 
public final int getLevel()
public Object through(Object result)
result - The result to send throughpublic final boolean sameTarget(org.aspectj.lang.JoinPoint point)
point - Proceeding pointCopyright © 2012–2017 jcabi.com. All rights reserved.