- Added methods to CacheDriver: config, isEnabled, flush
commit89edf1cde7dcbbf0d6f72af85ac8b15f38fe72d4
authorCésar D. Rodas <crodas@php.net>
Thu, 27 May 2010 03:53:11 +0000 (26 23:53 -0400)
committerCésar D. Rodas <crodas@php.net>
Thu, 27 May 2010 03:53:11 +0000 (26 23:53 -0400)
treec96adb3fbc30a9d699d7ddf4f0788000038bad10
parente9a5f388c192e3c6637c6a88a1b97c1733329bab
- Added methods to CacheDriver: config, isEnabled, flush
- Added methods to AcitveMongo_Cache: config, isEnabled, isDriverActived, flushCache
- Added tests for drivers
- Added Memcached support
lib/plugin/Cache/Cache.Memcached.php [new file with mode: 0644]
lib/plugin/Cache/Cache.php [moved from lib/Cache.php with 74% similarity]
tests/CacheTest.php