summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-04-29 15:14:48 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-14 10:10:37 +0200
commit65f3b2fad235417d3f653c9e11aa8d72e8944d28 (patch)
treefa863ea6c687bd42343e001be6dc975325a91c75 /lib/private/files/cache
parent4a26219ecf3abe9c1b18d434b8e70a6f9878199c (diff)
downloadnextcloud-server-65f3b2fad235417d3f653c9e11aa8d72e8944d28.tar.gz
nextcloud-server-65f3b2fad235417d3f653c9e11aa8d72e8944d28.zip
Add server<->server sharing backend
Diffstat (limited to 'lib/private/files/cache')
-rw-r--r--lib/private/files/cache/cache.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php
index bfd280a91a1..48c57e2e439 100644
--- a/lib/private/files/cache/cache.php
+++ b/lib/private/files/cache/cache.php
@@ -22,20 +22,20 @@ class Cache {
/**
* @var array partial data for the cache
*/
- private $partial = array();
+ protected $partial = array();
/**
* @var string
*/
- private $storageId;
+ protected $storageId;
/**
* @var Storage $storageCache
*/
- private $storageCache;
+ protected $storageCache;
- private static $mimetypeIds = array();
- private static $mimetypes = array();
+ protected static $mimetypeIds = array();
+ protected static $mimetypes = array();
/**
* @param \OC\Files\Storage\Storage|string $storage