@AppliesTo(value=Cached.class) public class ReturnCachedValueOnExceptionConcern extends ConcernOf<InvocationHandler> implements InvocationHandler
If an Exception occurs, try to reuse a previous result. Don't do anything on Throwables.
| Constructor and Description |
|---|
ReturnCachedValueOnExceptionConcern() |