Bug #20615 » bug_11326.diff
typo3_src_trunk/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php 2009-10-15 02:55:45.000000000 +0400 | ||
---|---|---|
/**
|
||
* Saves data in the cache.
|
||
*
|
||
* Note on lifetime: the number of seconds may not exceed 2592000 (30 days),
|
||
* otherwise it is interpreted as a UNIX timestamp (seconds since epoch).
|
||
*
|
||
* @param string An identifier for this specific cache entry
|
||
* @param string The data to be stored
|
||
* @param array Tags to associate with this cache entry
|
typo3_src_trunk/typo3/sysext/cms/ext_tables.php 2009-10-15 02:56:24.000000000 +0400 | ||
---|---|---|
array('LLL:EXT:cms/locallang_tca.xml:pages.cache_timeout.I.7', 86400),
|
||
array('LLL:EXT:cms/locallang_tca.xml:pages.cache_timeout.I.8', 172800),
|
||
array('LLL:EXT:cms/locallang_tca.xml:pages.cache_timeout.I.9', 604800),
|
||
array('LLL:EXT:cms/locallang_tca.xml:pages.cache_timeout.I.10', 2678400)
|
||
array('LLL:EXT:cms/locallang_tca.xml:pages.cache_timeout.I.10', 2592000)
|
||
),
|
||
'default' => '0'
|
||
)
|