wiki.techinc.nl/includes/objectcache
2011-03-08 00:20:26 +00:00
..
APCBagOStuff.php
BagOStuff.php Tweak debug() to use name of class in debug output 2011-03-03 12:52:30 +00:00
DBABagOStuff.php
eAccelBagOStuff.php
EhcacheBagOStuff.php Comment the var_dump() and add a comment. 2011-03-08 00:20:26 +00:00
EmptyBagOStuff.php * Rewrote ObjectCache.php to conform to the modern coding style, and to be less convoluted about how CACHE_ANYTHING and CACHE_ACCEL are resolved. Moved most functionality to static members of a new ObjectCache class. 2011-03-03 09:37:37 +00:00
HashBagOStuff.php
MemcachedClient.php Reorder so that wfProfileOut() is the last sentence before the return. 2011-03-06 23:29:29 +00:00
MemcachedPhpBagOStuff.php * Added an Ehcache client. 2011-03-04 06:01:30 +00:00
MultiWriteBagOStuff.php * Rewrote ObjectCache.php to conform to the modern coding style, and to be less convoluted about how CACHE_ANYTHING and CACHE_ACCEL are resolved. Moved most functionality to static members of a new ObjectCache class. 2011-03-03 09:37:37 +00:00
ObjectCache.php Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController. 2011-03-06 23:07:36 +00:00
SqlBagOStuff.php * Rewrote ObjectCache.php to conform to the modern coding style, and to be less convoluted about how CACHE_ANYTHING and CACHE_ACCEL are resolved. Moved most functionality to static members of a new ObjectCache class. 2011-03-03 09:37:37 +00:00
WinCacheBagOStuff.php
XCacheBagOStuff.php