summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/factory.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Throw exception if memcache misconfigured or missingVincent Petry2015-06-121-2/+15
| | | | | | Instead of falling back to null memcache, throw exceptions. Also throw file locking specific exceptions in case the class is not available.
* Null -> NullCacheThomas Müller2015-06-111-2/+2
|
* add seperate config option for locking memcache backendRobin Appelman2015-06-011-1/+22
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-36/+55
| | | | | | | | | | Caches divided up into two groups: distributed and local. 'Low latency' is an alias for local caches, while the standard `create()` call tries to get distributed caches first, then local caches. Memcache backend is set in `config.php`, with the keys `memcache.local` and `memcache.distributed`. If not set, `memcache.distributed` defaults to the value of `memcache.local`.
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+24
|
* Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-181-17/+5
|
* add debug log for memcache instantiationJörn Friedrich Dreyer2015-02-161-5/+17
|
* Add an array implementation of cache and use it if we are not debuggingJoas Schilling2015-02-161-1/+1
|
* Add Null memcacherRobin McCorkell2015-01-091-2/+2
|
* Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer2014-12-101-1/+3
|
* Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-07-291-2/+3
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* Fix some phpdoc errors and rename interfaceRobin Appelman2014-01-241-1/+3
|
* Remove the static dependency on OC_Util from MemcacheRobin Appelman2014-01-061-0/+13
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+69
Conflicts: lib/private/vcategories.php