
| Key: |
CACHE-94
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Andres March
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
OSCache
Created: 13/Jul/04 11:02 AM
Updated: 22/Sep/04 10:46 AM
|
|
| Component/s: |
Listeners
|
| Affects Version/s: |
2.0.2
|
| Fix Version/s: |
2.1
|
|
|
Persist the cache data to disk by reverse hashing the filename to create
a directory structure. This hopefully will more evenly distribute
files than the vanilla DiskPersistenceListener.
Changed DiskPersistenceListener to allow protected access to static final constants and added getters to private members.
Refactored file name creation into getCacheFileName(String) to allow reuse or override by subclasses.
Added EvenDiskPersistenceListener to create directory structure from file names.
|
|
Description
|
Persist the cache data to disk by reverse hashing the filename to create
a directory structure. This hopefully will more evenly distribute
files than the vanilla DiskPersistenceListener.
Changed DiskPersistenceListener to allow protected access to static final constants and added getters to private members.
Refactored file name creation into getCacheFileName(String) to allow reuse or override by subclasses.
Added EvenDiskPersistenceListener to create directory structure from file names.
|
Show » |
|