[TYPO3-dev] scary caching issue

Kay Strobach typo3 at kay-strobach.de
Thu Oct 18 12:03:09 CEST 2012


Hello guys,

in my coreupdate extension i use caching to reduce the load on get.typo3.org

I use the DB Backend (t3lib_cache_backend_DbBackend) to store the output
and thought, that the cache should be invalidated within one hour.

$GLOBALS['typo3CacheManager']->getCache('coreupdate_versionStore')->set('coreupdate_versionStore',
$value, array(), time()+3600);

But the Cache Content is still returned hours later?

The scheduler Task is runnning ....

Additionally i do have september entries in the corresponding cache table.

The tables are named:

 - tx_coreupdate_cache
 - tx_coreupdate_cache_tags

Any idea?

Regards
Kay
-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2
  - https://flattr.com/profile/kaystrobach




More information about the TYPO3-dev mailing list