If you don't know Jira 4.x yet, you might be a little surprised by the UI changes ... :)
|
Integrated in
magnolia_main-trunk #746, MGNLFORUM-74 Added method to flush single page from cache, based on the knowledge of cache key. Integrated in
magnolia-module-forum #88, MGNLFORUM-74 Flush page with comments from the cache when new comment is added. Needs to be improved not to depend directly on the way in which cache keys are generated. This is not resolved until invoking code "guesses" the key instead of getting it from the appropriate cache policy instance.
Integrated in
magnolia_main-trunk-java6 #6, MGNLFORUM-74 Added method to flush single page from cache, based on the knowledge of cache key. Integrated in
magnolia_main-trunk #796Added API for obtaining cache entry key based on content UUID (if possible) and removed unnecessary (and incorrect) method removing content from cache directly. I believe the fix version here is wrong since the latest changes were committed on the trunk
Integrated in
magnolia_main-trunk #805
The flush policies have been extended to allow for having multiple policies registered and to allow client code to hook in and ask cache to flush isolated change without having to know all the internal details of cache working.
Done as of r24820. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
, MGNLFORUM-74 Added method to flush single page from cache.