Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Throw exception if memcache misconfigured or missing | Vincent Petry | 2015-06-12 | 1 | -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 -> NullCache | Thomas Müller | 2015-06-11 | 1 | -2/+2 |
| | |||||
* | add seperate config option for locking memcache backend | Robin Appelman | 2015-06-01 | 1 | -1/+22 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Refactor \OC\Memcache\Factory | Robin McCorkell | 2015-03-05 | 1 | -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 Jobke | 2015-02-26 | 1 | -24/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+24 |
| | |||||
* | Revert "add debug log for memcache instantiation" | Lukas Reschke | 2015-02-18 | 1 | -17/+5 |
| | |||||
* | add debug log for memcache instantiation | Jörn Friedrich Dreyer | 2015-02-16 | 1 | -5/+17 |
| | |||||
* | Add an array implementation of cache and use it if we are not debugging | Joas Schilling | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Add Null memcacher | Robin McCorkell | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | Add Redis cache implementation, prefer over memcached, tests & config sample | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+3 |
| | |||||
* | Memcache\Factory: Remove static, use globalPrefix. | Andreas Fischer | 2014-07-29 | 1 | -2/+3 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | Fix some phpdoc errors and rename interface | Robin Appelman | 2014-01-24 | 1 | -1/+3 |
| | |||||
* | Remove the static dependency on OC_Util from Memcache | Robin Appelman | 2014-01-06 | 1 | -0/+13 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+69 |
Conflicts: lib/private/vcategories.php |