[root]/trunk/wact/cache
Store
(0 files, 0 lines)
expiration
(0 files, 0 lines)
storage
(0 files, 0 lines)
store
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 51 (100.0%) | 344 (100.0%) | 6.7 |
convert filename case
0 lines of code changed in 20 files:
Convert file case
0 lines of code changed in 5 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 3 files:
Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.
1 lines of code changed in 1 file:
Test case for last commit
0 lines of code changed in 1 file:
Add an example cache decorator that adds a prefix to each cache key.
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.
5 lines of code changed in 1 file:
Renamed expires to lifetime
4 lines of code changed in 1 file:
Added Expiration parameter to store methods
4 lines of code changed in 1 file:
Remove speculative methods for hanlding multiple keys at once.
0 lines of code changed in 1 file:
Added ability to store serialized php data values
30 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
106 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.
159 lines of code changed in 2 files:
Changed base exception to introduce sprintf like capability.
25 lines of code changed in 1 file:
Changed include path to a canonical notation to avoid duplicate declaration
errors for cases where there are two paths to a single file.
5 lines of code changed in 5 files:
Removed calls to SimpleTestOptions::ignore in favor of declaring class abstract.
1 lines of code changed in 2 files: