cachebox="[provider]"
- The default provider is called 'default', so this annotation can be empty or a named cache providercache
- Cache into the default provider, shorthand annotation, no value neededcacheTimeout
- The timeout in minutes (optional)cacheLastAccessTimeout
- The last access or idle timeout in minutes (optional)Caution When storing objects in volatile scopes like cache, session, request, etc. You must be careful of not injecting them directly into singletons or other volatile objects as you could have memory leaks via a side effect called Scope Widening Injection. We recommend combining them via WireBox Providers to avoid this side effect.