Directory trunk/wact/cache/store/

Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
24
Lines of Code:
0

[root]/trunk/wact/cache/store

Lines of Code

trunk/wact/cache/store/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 67 (100.0%) 802 (100.0%) 11.9

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 24 files:

  • trunk/wact/cache/store: Apc.inc.php (del), Apc.test.php (del), EAccelerator.inc.php (del), EAccelerator.test.php (del), File.inc.php (del), File.test.php (del), Null.inc.php (del), Transient.inc.php (del), Transient.test.php (del), apc.inc.php (del), apc.test.php (del), cache.face.php (del), cache.test.inc.php (del), eaccelerator.inc.php (del), eaccelerator.test.php (del), file.inc.php (del), file.test.php (del), null.inc.php (del), remove.test.php (del), remove.xcpt.php (del), store.test.php (del), store.xcpt.php (del), transient.inc.php (del), transient.test.php (del)
JeffMoore 2009-05-23 14:56 Rev.: 912

Convert file case.

0 lines of code changed in 9 files:

  • trunk/wact/cache/store: Apc.inc.php (new), Apc.test.php (new), EAccelerator.inc.php (new), EAccelerator.test.php (new), File.inc.php (new), File.test.php (new), Null.inc.php (new), Transient.inc.php (new), Transient.test.php (new)
JeffMoore 2009-04-26 06:49 Rev.: 898

Remove @version, @access, and @version doc comments. They're meaningless here.

0 lines of code changed in 5 files:

  • trunk/wact/cache/store: apc.inc.php (-3), eaccelerator.inc.php (-3), file.inc.php (-4), null.inc.php (-4), transient.inc.php (-4)
JeffMoore 2008-05-10 20:20 Rev.: 691

Add some validation on the key to filename conversion.

21 lines of code changed in 1 file:

  • trunk/wact/cache/store: file.inc.php (+21 -1)
JeffMoore 2008-05-10 03:36 Rev.: 688

Add a cache that always misses.

4 lines of code changed in 1 file:

  • trunk/wact/cache/store: null.inc.php (new 4)
JeffMoore 2008-05-06 05:40 Rev.: 685

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:

  • trunk/wact/cache/store: apc.inc.php (new 103), apc.test.php (new 23), eaccelerator.inc.php (new 105), eaccelerator.test.php (new 23), file.inc.php (+6 -5), file.test.php (+4 -58), transient.inc.php (+4)
JeffMoore 2008-05-05 00:33 Rev.: 684

Renamed expires to lifetime

8 lines of code changed in 2 files:

  • trunk/wact/cache/store: file.inc.php (+4 -4), transient.inc.php (+4 -4)
JeffMoore 2008-05-05 00:27 Rev.: 683

Added Expiration parameter to store methods

18 lines of code changed in 2 files:

  • trunk/wact/cache/store: file.inc.php (+8 -3), transient.inc.php (+10 -2)
JeffMoore 2008-05-04 23:44 Rev.: 682

Implement the caching interface directly

2 lines of code changed in 4 files:

  • trunk/wact/cache/store: file.inc.php (+1 -1), file.test.php (-3), transient.inc.php (+1 -1), transient.test.php (-3)
JeffMoore 2008-05-04 23:28 Rev.: 680

Added ability to store serialized php data values

38 lines of code changed in 2 files:

  • trunk/wact/cache/store: file.inc.php (+18), transient.inc.php (+20)
JeffMoore 2008-05-04 23:09 Rev.: 679

Cleaned up error handling to prevent test failures

9 lines of code changed in 2 files:

  • trunk/wact/cache/store: file.inc.php (+9 -12), file.test.php (-9)
JeffMoore 2008-05-04 23:00 Rev.: 678

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:

  • trunk/wact/cache/store: file.inc.php (+26 -20), transient.inc.php (+22 -16)
JeffMoore 2008-05-04 21:08 Rev.: 677

Removed separate cache expiration classes.
Expiration is now the responsibility of the backend storage class.

0 lines of code changed in 2 files:

  • trunk/wact/cache/store: file.inc.php (-8), transient.inc.php (-20)
JeffMoore 2008-05-04 19:38 Rev.: 675

Update cache modules to work with Wact_Loader.

386 lines of code changed in 4 files:

  • trunk/wact/cache/store: file.inc.php (new 157), file.test.php (new 107), transient.inc.php (new 99), transient.test.php (new 23)
Generated by StatSVN 0.4.0