You are here

public function NullFileCache::delete in Plug 7

Deletes data from the cache.

Parameters

string $filepath: Path of the file that the cached data is based on.

Overrides FileCacheInterface::delete

File

lib/Drupal/Component/FileCache/NullFileCache.php, line 55
Contains \Drupal\Component\FileCache\NullFileCache.

Class

NullFileCache
Null implementation for the file cache.

Namespace

Drupal\Component\FileCache

Code

public function delete($filepath) {
}