Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: Web Application
-
Labels:None
Description
Sometimes, it may be useful to tweak or disable data caching in the webapp. The config file could contain two ways of doing this:
- -
one global option for turning caching on and off- - a list of cached component class names, which the implementation will pass to ControllerFactory
On the second thoughts, a list of cacheable components should be enough.