Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The db CacheStore implementation supports expiry of data on read or write after a configurable expiry period. The default is one minute. If the data is read-only there is no need to expire this data. The max cache size property will anyway ensure that the cache size doesn't grow indefinitely. The CacheManager can provide the meta-information whether the data is read-only.