You are here

public function CacheRawBackendInterface::refreshRequestTime in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheRawBackendInterface.php \Drupal\supercache\Cache\CacheRawBackendInterface::refreshRequestTime()

Make sure that the time used for expirations gets refreshed. The main purpose of this is testing.

File

src/Cache/CacheRawBackendInterface.php, line 238
Contains \Drupal\supercache\Cache\CacheRawBackendInterface.

Class

CacheRawBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\supercache\Cache

Code

public function refreshRequestTime();