Search for expire
- Search 7.x for expire
- Search 9.5.x for expire
- Search 8.9.x for expire
- Search 10.3.x for expire
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CachePluginBase::cacheExpire | function | core/ |
Determine the expiration time of the cache type, or NULL if no expire. |
DatabaseStorageExpirable::doSetWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
DatabaseStorageExpirable::doSetWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
DatabaseStorageExpirable::setMultipleWithExpire | function | core/ |
|
DatabaseStorageExpirable::setWithExpire | function | core/ |
|
DatabaseStorageExpirable::setWithExpireIfNotExists | function | core/ |
|
FinishResponseSubscriber::setExpiresNoCache | function | core/ |
Disable caching in ancient browsers and for HTTP/1.0 proxies and clients. |
KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
NullStorageExpirable::setMultipleWithExpire | function | core/ |
|
NullStorageExpirable::setWithExpire | function | core/ |
|
NullStorageExpirable::setWithExpireIfNotExists | function | core/ |
|
PrivateTempStore::$expire | property | core/ |
The time to live for items in seconds. |
PrivateTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
SharedTempStore::$expire | property | core/ |
The time to live for items in seconds. |
SharedTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
StageBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
StatisticsAdminTest::testExpiredLogs | function | core/ |
Tests that cron clears day counts and expired access logs. |
Tag::cacheExpire | function | core/ |
|
Time::cacheExpire | function | core/ |
|
VariationCache::maxAgeToExpire | function | core/ |
Maps a max-age value to an "expire" value for the Cache API. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.