Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FileCacheInterface.php

function FileCacheInterface::delete

Deletes data from the cache.

Parameters

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

2 methods override FileCacheInterface::delete()
FileCache::delete in core/lib/Drupal/Component/FileCache/FileCache.php
Deletes data from the cache.
NullFileCache::delete in core/lib/Drupal/Component/FileCache/NullFileCache.php
Deletes data from the cache.

File

core/lib/Drupal/Component/FileCache/FileCacheInterface.php, line 57

Class

FileCacheInterface
Interface for objects that allow caching file data.

Namespace

Drupal\Component\FileCache

Code

public function delete($filepath);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal