You are here

function filecache_registry_pathname in File Cache 7

3 calls to filecache_registry_pathname()
DrupalFileCache::truncate_if_needed in ./filecache.inc
filecache_cron in ./filecache.module
Implements hook_cron().
filecache_requirements in ./filecache.module
Implements hook_requirements().

File

./filecache.inc, line 97
DrupalFileCache class that implements DrupalCacheInterface.

Code

function filecache_registry_pathname() {
  return filecache_directory() . '/' . get_cache_prefix() . FILECACHE_CACHE_BIN_REGISTRY;
}