getWrapperStorage(); } // By default the Jail reuses the inner cache, but when encryption is // enabled the storage needs to be passed to the cache so it takes into // account the outer Encryption wrapper. $sourceCache = $this->getWrapperStorage()->getCache($this->getUnjailedPath($path), $storage); return new CacheJail($sourceCache, $this->rootPath); } }