Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullFileCache.php
function NullFileCache::get
Overrides
FileCacheInterface::get
File
core/
lib/
Drupal/
Component/
FileCache/
NullFileCache.php
, line 30
Class
NullFileCache
Null implementation for the file cache.
Namespace
Drupal\Component\FileCache
Code
public
function
get
(
$filepath
) {
return
NULL
; }
RSS feed