public function CacheRawBackendInterface::refreshRequestTime in Supercache 8
Same name and namespace in other branches
- 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\CacheCode
public function refreshRequestTime();