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

Breadcrumb

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

function CacheBackendInterface::removeBin

Remove a cache bin.

7 methods override CacheBackendInterface::removeBin()
ApcuBackend::removeBin in core/lib/Drupal/Core/Cache/ApcuBackend.php
Remove a cache bin.
BackendChain::removeBin in core/lib/Drupal/Core/Cache/BackendChain.php
Remove a cache bin.
ChainedFastBackend::removeBin in core/lib/Drupal/Core/Cache/ChainedFastBackend.php
Remove a cache bin.
DatabaseBackend::removeBin in core/lib/Drupal/Core/Cache/DatabaseBackend.php
Remove a cache bin.
MemoryBackend::removeBin in core/lib/Drupal/Core/Cache/MemoryBackend.php
Remove a cache bin.

... See full list

File

core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 217

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

public function removeBin();

API Navigation

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