| Interface | Description |
|---|---|
| InvocationCache |
Invocation Cache.
|
| Class | Description |
|---|---|
| ReturnCachedValueConcern |
Return value of @Cached calls if possible.
|
| ReturnCachedValueOnExceptionConcern |
Return value of @Cached calls on exceptions.
|
| SimpleInvocationCacheMixin |
Simple implementation of InvocationCache.
|
| Annotation Type | Description |
|---|---|
| Cached |
Mark interfaces or methods whose results should be cached with this annotation.
|