Search for expire

  1. Search 7.x for expire
  2. Search 8.9.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::doSetWithExpire function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Saves a value for a given key with a time to live.
DatabaseStorageExpirable::doSetWithExpireIfNotExists 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.
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.
DropIndexAllOnKeyValueExpireTableUpdateTest class core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Tests that 'all' index is dropped from the 'key_value_expire' table.
DropIndexAllOnKeyValueExpireTableUpdateTest.php file core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Set database dump files to be used.
DropIndexAllOnKeyValueExpireTableUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Tests that 'all' index is dropped from the 'key_value_expire' table.
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.
system_post_update_remove_key_value_expire_all_index function core/modules/system/system.post_update.php Drop the 'all' index on the 'key_value_expire' table.
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.