aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files/cache
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-186-664/+0
|
* do propagation in a single queryRobin Appelman2016-04-251-1/+0
|
* Update author informationLukas Reschke2016-03-016-12/+12
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* additional phpdoc for searchRobin Appelman2016-02-051-1/+1
|
* add deprecation notice to search methodsRobin Appelman2016-02-051-0/+7
|
* split cache->insert from cache->putRobin Appelman2016-02-031-0/+13
|
* Merge pull request #21956 from owncloud/cross-cache-moveThomas Müller2016-01-292-1/+5
|\ | | | | Add fallback moveFromCache implementation
| * Add fallback moveFromCache implementationRobin Appelman2016-01-292-1/+5
| |
* | clean cache interfaceRobin Appelman2016-01-271-15/+0
|/
* remove unneeded public cache methodsRobin Appelman2016-01-141-19/+0
|
* Add IStorage interface for consistent namingRobin Appelman2016-01-142-5/+6
| | | | minor phpdoc fixed
* add since tagsRobin Appelman2016-01-146-0/+64
|
* add watcher interfaceRobin Appelman2016-01-141-0/+74
|
* Add updater interface and expose cache interfaces from storageRobin Appelman2016-01-141-0/+68
|
* add scanner interfaceRobin Appelman2016-01-141-0/+74
|
* Return a class from cache operations instead of an arrayRobin Appelman2016-01-142-26/+6
|
* add cache entry interfaceRobin Appelman2016-01-141-0/+118
|
* propagator interfaceRobin Appelman2016-01-141-0/+34
|
* Add public cache interfaceRobin Appelman2016-01-141-0/+262