[TYPO3-dev] can I use table cache_hash for my own extensions?

Zach Davis zach at castironcoding.com
Wed Jan 4 22:07:47 CET 2006


Ingo Renner wrote:
> Am Wed, 04 Jan 2006 12:19:02 +0100 schrieb Ernesto Baschny [cron IT]:
> 
> 
>>I think that's the idea of that table. You can store anything inside it,
>>and retrieve it later by its md5-hash value. Its used by the core to
>>cache parsed TypoScript, parsed menu structures, etc. See
>>t3lib_pageSelect::getHash() and t3lib_pageSelect::storeHash()
>>to use them on your own.
> 
> 
> thanks Ernesto,
> 
> I also checked the docs:
> cache_hash: Multi purpose table for storing cached information (cache_hash)
> 
> Ingo
> 

Follow up question: if you store the cached data in the cache_hash 
table, does it get indexed by indexed_search?

best,
Zach




More information about the TYPO3-dev mailing list