summaryrefslogtreecommitdiffstats
path: root/lib/memcache
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-306-377/+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-242-1/+31
|
* memcache: also switch factory to prefixRobin Appelman2013-07-161-5/+5
|
* mamcache: implement the ArrayAccess interfaceRobin Appelman2013-07-161-1/+19
|
* memchache: use prefix string instead of global flagRobin Appelman2013-07-164-29/+15
|
* split out memcache factory from base classRobin Appelman2013-07-162-24/+39
|
* Add memcached backendRobin Appelman2013-03-172-1/+86
|
* Seperate memory based cache from OC_CacheRobin Appelman2013-03-173-0/+214