summaryrefslogtreecommitdiffstats
path: root/lib/memcache/factory.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-69/+0
| | | | | Conflicts: lib/private/vcategories.php
* Class Auto Loader: Cache paths in APCMarkus Goetz2013-08-181-0/+29
| | | | | | Using benchmark_single.php (from administration repo) I can measure a speed improvement of 5% to 20% loading the /index.php when logged in. (when using APC and php-fpm).
* Add ACPu memory cacheBart Visscher2013-07-241-1/+3
|
* memcache: also switch factory to prefixRobin Appelman2013-07-161-5/+5
|
* split out memcache factory from base classRobin Appelman2013-07-161-0/+38