Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Cache/CacheBackendInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
7 * | 7 * |
8 * All cache implementations have to implement this interface. | 8 * All cache implementations have to implement this interface. |
9 * Drupal\Core\Cache\DatabaseBackend provides the default implementation, which | 9 * Drupal\Core\Cache\DatabaseBackend provides the default implementation, which |
10 * can be consulted as an example. | 10 * can be consulted as an example. |
11 * | 11 * |
12 * The cache indentifiers are case sensitive. | 12 * The cache identifiers are case sensitive. |
13 * | 13 * |
14 * @ingroup cache | 14 * @ingroup cache |
15 */ | 15 */ |
16 interface CacheBackendInterface { | 16 interface CacheBackendInterface { |
17 | 17 |