summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Cache/IScanner.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Cache/IScanner.php')
-rw-r--r--lib/public/Files/Cache/IScanner.php1
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;