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

Breadcrumb

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

function ApcuFileCacheBackend::store

Overrides FileCacheBackendInterface::store

File

core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php, line 20

Class

ApcuFileCacheBackend
APCu backend for the file cache.

Namespace

Drupal\Component\FileCache

Code

public function store($cid, $data) {
    apcu_store($cid, $data);
}

API Navigation

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