You are here

public static function FileCacheFactory::getPrefix in Plug 7

Returns the cache prefix.

Return value

string The cache prefix.

1 call to FileCacheFactory::getPrefix()
FileCacheFactory::get in lib/Drupal/Component/FileCache/FileCacheFactory.php
Instantiates a FileCache object for a given collection identifier.

File

lib/Drupal/Component/FileCache/FileCacheFactory.php, line 90
Contains \Drupal\Component\FileCache\FileCacheFactory.

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

public static function getPrefix() {
  return static::$prefix;
}