7 calls to FileCache::getFilename()

FileCache::doDelete in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php
Deletes a cache entry.
FilesystemCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php
Test if an entry exists in the cache.
FilesystemCache::doFetch in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php
Fetches an entry from the cache.
FilesystemCache::doSave in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php
Puts data into the cache.
PhpFileCache::doContains in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php
Test if an entry exists in the cache.
PhpFileCache::doFetch in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php
Fetches an entry from the cache.
PhpFileCache::doSave in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php
Puts data into the cache.