diff options
author | Robin Appelman <robin@icewind.nl> | 2017-01-24 16:58:04 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-01-24 16:58:04 +0100 |
commit | f73527c42f775f1905521448f4a7b4c7dbb96317 (patch) | |
tree | 6d40aad7a38c4511f0c27a842a6f2e4b8ec7d8b5 /lib/public/Files/Cache | |
parent | f55260bc83feeb76ae662c7b97d092da83d8b6bb (diff) | |
download | nextcloud-server-f73527c42f775f1905521448f4a7b4c7dbb96317.tar.gz nextcloud-server-f73527c42f775f1905521448f4a7b4c7dbb96317.zip |
minor storage interface tweaks
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/Files/Cache')
-rw-r--r-- | lib/public/Files/Cache/IScanner.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Files/Cache/IScanner.php b/lib/public/Files/Cache/IScanner.php index 60282996232..8aa4dc04aa9 100644 --- a/lib/public/Files/Cache/IScanner.php +++ b/lib/public/Files/Cache/IScanner.php @@ -32,6 +32,7 @@ interface IScanner { const SCAN_RECURSIVE = true; const SCAN_SHALLOW = false; + const REUSE_NONE = 0; const REUSE_ETAG = 1; const REUSE_SIZE = 2; |