Search for expire

  1. Search 7.x for expire
  2. Search 9.5.x for expire
  3. Search 10.3.x for expire
  4. Search 11.x for expire
  5. Other projects
Title Object type File name Summary
CachePluginBase::cacheExpire function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Determine the expiration time of the cache type, or NULL if no expire.
DatabaseStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Saves an array of values with a time to live.
DatabaseStorageExpirable::setWithExpire function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Saves a value for a given key with a time to live.
DatabaseStorageExpirable::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Sets a value for a given key with a time to live if it does not yet exist.
FinishResponseSubscriber::setExpiresNoCache function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Disable caching in ancient browsers and for HTTP/1.0 proxies and clients.
KeyValueStoreExpirableInterface::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves an array of values with a time to live.
KeyValueStoreExpirableInterface::setWithExpire function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Saves a value for a given key with a time to live.
KeyValueStoreExpirableInterface::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php Sets a value for a given key with a time to live if it does not yet exist.
NullStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves an array of values with a time to live.
NullStorageExpirable::setWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key with a time to live.
NullStorageExpirable::setWithExpireIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Sets a value for a given key with a time to live if it does not yet exist.
PrivateTempStore::$expire property core/lib/Drupal/Core/TempStore/PrivateTempStore.php The time to live for items in seconds.
PrivateTempStoreFactory::$expire property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The time to live for items in seconds.
RenderCache::maxAgeToExpire function core/lib/Drupal/Core/Render/RenderCache.php Maps a #cache[max-age] value to an "expire" value for the Cache API.
SharedTempStore::$expire property core/lib/Drupal/Core/TempStore/SharedTempStore.php The time to live for items in seconds.
SharedTempStoreFactory::$expire property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The time to live for items in seconds.
StatisticsAdminTest::testExpiredLogs function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php Tests that cron clears day counts and expired access logs.
Tag::cacheExpire function core/modules/views/src/Plugin/views/cache/Tag.php Determine the expiration time of the cache type, or NULL if no expire.
Time::cacheExpire function core/modules/views/src/Plugin/views/cache/Time.php Determine the expiration time of the cache type, or NULL if no expire.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.