You are here

public function GeocoderPluginInterface::cache_get in Geocoder 7.2

Get a cache object based on the cache ID.

Parameters

string $cid: The cache ID of the data to retrieve.

Return value

\DrupalCacheInterface The cache object associated to the cache ID.

See also

cache_set()

1 method overrides GeocoderPluginInterface::cache_get()
GeocoderPlugin::cache_get in src/Plugin/GeocoderPlugin.php
Get a cache object based on the cache ID.

File

src/Plugin/GeocoderPluginInterface.php, line 37

Class

GeocoderPluginInterface

Namespace

Drupal\geocoder\Plugin

Code

public function cache_get($cid);