Search for expire
- Search 7.x for expire
 - Search 9.5.x for expire
 - Search 8.9.x for expire
 - Search 11.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/ | 
                                                                                        Saves an array of values with a time to live. | 
| DatabaseStorageExpirable::setWithExpire | function | core/ | 
                                                                                        Saves a value for a given key with a time to live. | 
| DatabaseStorageExpirable::setWithExpireIfNotExists | function | core/ | 
                                                                                        Sets a value for a given key with a time to live if it does not yet exist. | 
| 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/ | 
                                                                                        Saves an array of values with a time to live. | 
| NullStorageExpirable::setWithExpire | function | core/ | 
                                                                                        Saves a value for a given key with a time to live. | 
| NullStorageExpirable::setWithExpireIfNotExists | function | core/ | 
                                                                                        Sets a value for a given key with a time to live if it does not yet exist. | 
| 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. | 
| StatisticsAdminTest::testExpiredLogs | function | core/ | 
                                                                                        Tests that cron clears day counts and expired access logs. | 
| Tag::cacheExpire | function | core/ | 
                                                                                        Determine the expiration time of the cache type, or NULL if no expire. | 
| Time::cacheExpire | function | core/ | 
                                                                                        Determine the expiration time of the cache type, or NULL if no expire. | 
| 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.