CacheBox Annotations
// cache into the default provider
component cache{}
// cache into the default provider
component cachebox{}
// cache into the ehcache provider
component cachebox="ehcache"{}
// cache into the ehcache provider with settings
component cachebox="ehcache" cacheTimeout="20"{}
// cache with settings
component cache cacheTimeout="60" cacheLastAccessTimeout="10"{}Was this helpful?