do not remove the method and only keep the tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
89c42a76c3
commit
869ba16273
1 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,14 @@ class Cache extends CacheJail {
|
|||
return $this->cache;
|
||||
}
|
||||
|
||||
public function getNumericStorageId() {
|
||||
if (isset($this->numericId)) {
|
||||
return $this->numericId;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public function get($file) {
|
||||
if ($this->rootUnchanged && ($file === '' || $file === $this->sourceRootInfo->getId())) {
|
||||
return $this->formatCacheEntry(clone $this->sourceRootInfo);
|
||||
|
|
Loading…
Reference in a new issue