public function FileCacheInterface::getMultiple

public FileCacheInterface::getMultiple(array $filepaths)

Gets data based on filenames.

Parameters

string[] $filepaths: List of file paths used as cache identifiers.

Return value

array List of cached data keyed by the passed in file paths.

File

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

Class

FileCacheInterface
Interface for objects that allow caching file data.

Namespace

Drupal\Component\FileCache

Code

public function getMultiple(array $filepaths);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!FileCache!FileCacheInterface.php/function/FileCacheInterface::getMultiple/8.1.x