Bug 391123 - Added support for more cache backing(s)
Summary: Added support for more cache backing(s)
Status: CLOSED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: 1.7.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 385836 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-04 10:14 EDT by Lyor Goldstein CLA
Modified: 2012-10-31 09:03 EDT (History)
1 user (show)

See Also:


Attachments
Asynchronous file cache backing(s) patch (77.39 KB, application/octet-stream)
2012-10-04 10:14 EDT, Lyor Goldstein CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lyor Goldstein CLA 2012-10-04 10:14:52 EDT
Created attachment 221903 [details]
Asynchronous file cache backing(s) patch

Added support for asynchronouse cache backings - one uses a "flat" model similar to the default cache backing only does the updates in the background. The other uses a ZIP file to hold the cached bytes.

Attached is a patch file for the fix/feature
Comment 1 Lyor Goldstein CLA 2012-10-04 10:17:09 EDT
*** Bug 385836 has been marked as a duplicate of this bug. ***
Comment 2 Lyor Goldstein CLA 2012-10-31 09:03:54 EDT
merged by Andy into the master