Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 6 | -377/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Class Auto Loader: Cache paths in APC | Markus Goetz | 2013-08-18 | 1 | -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 cache | Bart Visscher | 2013-07-24 | 2 | -1/+31 |
| | |||||
* | memcache: also switch factory to prefix | Robin Appelman | 2013-07-16 | 1 | -5/+5 |
| | |||||
* | mamcache: implement the ArrayAccess interface | Robin Appelman | 2013-07-16 | 1 | -1/+19 |
| | |||||
* | memchache: use prefix string instead of global flag | Robin Appelman | 2013-07-16 | 4 | -29/+15 |
| | |||||
* | split out memcache factory from base class | Robin Appelman | 2013-07-16 | 2 | -24/+39 |
| | |||||
* | Add memcached backend | Robin Appelman | 2013-03-17 | 2 | -1/+86 |
| | |||||
* | Seperate memory based cache from OC_Cache | Robin Appelman | 2013-03-17 | 3 | -0/+214 |