
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 67 (100.0%) | 802 (100.0%) | 11.9 |
convert filename case
0 lines of code changed in 24 files:
Convert file case.
0 lines of code changed in 9 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 5 files:
Add some validation on the key to filename conversion.
21 lines of code changed in 1 file:
Add a cache that always misses.
4 lines of code changed in 1 file:
Added APC and EAccelerator memory cache stores.
Removed exceptions from mutator methods in API in favor of returning FALSE on error.
Failing to store something in a cache just isn't that serious.
268 lines of code changed in 7 files:
Renamed expires to lifetime
8 lines of code changed in 2 files:
Added Expiration parameter to store methods
18 lines of code changed in 2 files:
Implement the caching interface directly
2 lines of code changed in 4 files:
Added ability to store serialized php data values
38 lines of code changed in 2 files:
Cleaned up error handling to prevent test failures
9 lines of code changed in 2 files:
Renamed includeClass to includeCode and changed return value to match returned value from included code.
Changed terminology from id to key.
Enforced string types for key and data parameters.
Added default parameter to fetch
48 lines of code changed in 2 files:
Removed separate cache expiration classes.
Expiration is now the responsibility of the backend storage class.
0 lines of code changed in 2 files:
Update cache modules to work with Wact_Loader.
386 lines of code changed in 4 files: