Options for the @CachePut method decorator.
@CachePut
Optional
The key to write (defaults to Class.method:<hash(args)>).
Class.method:<hash(args)>
The store to use (defaults to the default store).
Tags to associate with the cached value.
Time to live, in seconds.
Options for the
@CachePutmethod decorator.