aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-095-0/+8
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Pass __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-01-171-16/+16
* (bug 32853) DBA cache broken in MW 1.18Antoine Musso2011-12-071-4/+7
* purgeParserCache.php improvements:Tim Starling2011-12-023-10/+63
* (bug 29747) eAccelerator shared memory caching has been removed since it is n...Chad Horohoe2011-11-222-49/+1
* Bug 13759 - memcached predefined hashesSam Reed2011-11-191-5/+6
* eol w/sMark A. Hershberger2011-11-031-26/+26
* Meant to include these: feed the OCD: eol w/sMark A. Hershberger2011-11-012-4/+4
* feed the OCD: eol w/sMark A. Hershberger2011-11-011-1/+1
* Parse error (missing ';') in r99938.Platonides2011-10-161-1/+1
* Fixup some assignments in conditionalsSam Reed2011-10-161-1/+3
* Per Domas, reinstate <1e9 check that was dropped in r94199. Also document wha...Roan Kattouw2011-10-061-3/+6
* Added lock/unlock function stubs. Fixes:Aaron Schulz2011-09-211-0/+10
* * Added a script to reduce disk space on a MySQL parser cache setup such as t...Tim Starling2011-09-093-3/+37
* Merge r93797 to trunk, in a somewhat modified form: clamp expiries for memcac...Roan Kattouw2011-08-101-0/+6
* * (bug 30131) XCache with variable caching disabled no longer used for variab...Brion Vibber2011-07-311-1/+1
* Removed usage of error suppression operatorAlexandre Emsenhuber2011-07-061-1/+3
* Allow SqlBagOStuff data to be split over many tables, to avoid lock contentio...Tim Starling2011-07-041-17/+102
* Revert r87145, bug 28752: Xcache doesn't work in cli mode. As pointed out on ...Chad Horohoe2011-06-081-21/+2
* Followup r83140, fix undefined $idSam Reed2011-05-291-1/+1
* And even more documentation in various filesSam Reed2011-05-291-0/+6
* Even more documentation in various filesSam Reed2011-05-291-0/+2
* And even more documentationSam Reed2011-05-283-1/+7
* And more documentation. YaaaaySam Reed2011-05-282-0/+12
* More parameter documentation!!Sam Reed2011-05-282-2/+61
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-1/+1
* More versions added to @deprecated tagsSam Reed2011-05-061-1/+1
* Make this private since nothing outside here calls itChad Horohoe2011-04-291-1/+1
* (bug 28752) XCache doesn't work in CLI modeChad Horohoe2011-04-291-4/+21
* More parameter and return type hintsSam Reed2011-04-251-0/+2
* (Bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition.Platonides2011-04-191-1/+6
* In SQLBagOStuff: make it possible to change the purge period, or disable purg...Tim Starling2011-04-121-8/+24
* Add/tweak/update documentation and add some explicit defintions with type des...Sam Reed2011-03-253-3/+22
* Comment the var_dump() and add a comment.Platonides2011-03-081-1/+5
* Reorder so that wfProfileOut() is the last sentence before the return.Platonides2011-03-061-4/+4
* Follow up r83140. Add a clear() method to ObjectCache so that it can be used ...Platonides2011-03-061-0/+7
* * Added an Ehcache client.Tim Starling2011-03-042-1/+227
* * When CACHE_ANYTHING is requested, return the cached instance, don't constru...Tim Starling2011-03-031-2/+2
* Tweak debug() to use name of class in debug outputChad Horohoe2011-03-031-1/+2
* * Rewrote ObjectCache.php to conform to the modern coding style, and to be le...Tim Starling2011-03-037-124/+350
* More renames and splits for objectcache reorganisation.Tim Starling2011-03-032-25/+1096
* Start of ObjectCache reorganisation. Moved the object cache files to includes...Tim Starling2011-03-039-0/+1044