[TYPO3-english] no caching of stdWrap.filelist / stdWrap.filelink ?

bernd wilke t3ng at bernd-wilke.net
Thu Aug 15 13:33:47 CEST 2013


Am 15.08.13 12:02, schrieb Jost Baron:
> Hi,
>
> On 08/15/2013 10:43 AM, Viktor Livakivskyi wrote:
>> Hi.
>>
>> You can try stdWrap.cache [1], introduced in TYPO3 4.7. It stores cached
>> content in cache_hash.
>
> AFAIK it is available in 4.5 too, but you have to enable the caching
> framework in the install tool.
>
As I use 6.1 the caching should be active.
it seems to be active, as the rendering is fastened.

as my configuration should buffer the output until a cange in the 
folders I used his configuration:

   cache {
     key.cObject = TEXT
     key.cObject {
       value = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
       wrap = {$katalogpfad}|
       split {
         token = ,
         cObjNum = 1
         1 {
           10 = TEXT
           10 {
             required = 1
             wrap = |,
             filelist.cObject = TEXT
             filelist.cObject {
               current = 1
               wrap = {$katalogpfad}#/|pdf|name||0
               wrap.splitChar = #
             }
           }
         }
       }
     }
     lifetime = unlimited
     tags = katalogliste
   }

which should result in unlimited caching until the filelist changes 
(stored in 'key'), but looking into the database I can not identify the 
entry. :(


bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list