1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/Cache
2007-09-28 15:55:56 +00:00
..
Apc.php Cache implementation continues 2007-02-05 12:04:56 +00:00
Array.php fixed bug in Cache, made Array.php compliant to its/the interfaces documentation (returning false instead of null when nothing found) and changed if statement in Hydrate to react on false, not on null too 2007-09-28 15:55:56 +00:00
Db.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Driver.php replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
Exception.php added cache exception class 2007-01-31 21:51:40 +00:00
Interface.php added cache core 2007-01-29 13:13:43 +00:00
Memcache.php 2007-02-09 23:16:47 +00:00