-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: None
Default Velocity resource loader should use an expiring cache. It is currently implemented using a HashMap in ConfluenceVelocityResourceCache.
Some issues that need to be resolved:
- Velocity rendering during bootstrap can't access normal caches (i.e. Tangosol), which are set up later
- caching strategy to use - time vs. size limited