[TYPO3-core] RFC: #9097: Introduce a new caching framework (backported from FLOW3)

Oliver Hader oliver at typo3.org
Fri Sep 12 12:57:38 CEST 2008


Hi Ingo,

Ingo Renner schrieb:
> Ingo Renner wrote:
>> Branches: trunk only
>>
>> Type: feature
> 
> This is a reminder about this important feature. Every extension 
> developer should care about this one!
> 
> thanks for your attention!

Thanks for that great stuff. However, I've some remarks... ;-)
* the test extension you provided has wrong SQL default values for the 
INT fields "crdate" and "lifetime" -> should be "0" instead of "''"
* class.t3lib_cache_backend_memcached.php does not implement the 
abstract method "findEntriesByTags(array $tags)" yet
* the memcache server array expects each server to be defined with 
something like "<server>:<port>", however it should work also with 
"<server>" only which uses the default port 11211 then - see PHP 
documentation on that
* What do you think about a note/hint in the header comment of each file 
that that stuff was ported to TYPO3 4.x from FLOW3?

Besides that, it's a great enhancement to have a general caching 
framework in TYPO3 4.3! Thanks for back-porting and also thanks to the 
FLOW3 guys!

+1 to integrate this in TYPO3 4.3

olly
-- 
Oliver Hader
TYPO3 4.3 Release Manager


More information about the TYPO3-team-core mailing list