[TYPO3-dev] Caching Framework
Ries van Twisk
typo3 at rvt.dds.nl
Tue Mar 2 13:47:37 CET 2010
On Mar 2, 2010, at 7:40 AM, Martin Kutschker wrote:
> Jigal van Hemert schrieb:
>>
>> I agree. The situation for automaketemplate is however that it must
>> support:
>> - ye olde caching methods
>> - the new caching framework which expects serializing
>
> This is because the implementation lacks a proper abstraction.
> Instead of createing a pacge cache
> API in 4.3 there are really stupid switches all over the place to
> distinct between mechanisms.
>
>> - the new caching framework which expects serializing
>> - (perhaps) the improved new caching framework which handles the
>> storing completely by itself
>
> The serialization should take place in the caching framework itself.
> Any client code of a cache
> should not be forced to convert data in any cache-internal format.
>
> Masi
I always tend to think like this: 'What goes in, must come out',
if you do something to put it in (to match a interface) then the
interface is usually wrong or incomplete.
Ries
More information about the TYPO3-dev
mailing list