cache is backward compatible
parent
b118c77699
commit
b3f30f31f1
|
@ -18,7 +18,7 @@ class Indexer
|
||||||
/**
|
/**
|
||||||
* @var int The prefix for every cache item
|
* @var int The prefix for every cache item
|
||||||
*/
|
*/
|
||||||
const CACHE_VERSION = 1;
|
const CACHE_VERSION = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var FilesFinder
|
* @var FilesFinder
|
||||||
|
|
Loading…
Reference in New Issue