[TYPO3-core] APC with stat=0
Steffen Müller
typo3 at t3node.com
Wed Mar 21 15:53:27 CET 2012
Hi.
On 18.03.2012 13:24 Rudi Meyer wrote:
>
> Has any work been done in this area? I know of issues with TYPO3
> changing PHP files like localconf.php and others. I was thinking
> localconf.php could be handled and the contents of other files moved
> to another form of caching?
>
For localconf you could hook into
$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc']
and trigger apc_clear_cache()
Of course with the drawbacks, that ALL items in cache get flushed.
--
cheers,
Steffen
TYPO3 Blog: http://www.t3node.com/
Twitter: @t3node - http://twitter.com/t3node
More information about the TYPO3-team-core
mailing list