Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > How to expire a repeater's cache based on custom table item modification or document modification under a certain path View modes: 
User avatar
Member
Member
joeh42 - 2/6/2012 8:38:00 AM
   
How to expire a repeater's cache based on custom table item modification or document modification under a certain path
I have a repeater with custom query. Kentico is caching the results.

I want to expire the cache item whenever a custom table is modified, or whenever a document under my /topics node is modified.

In the web parts partial caching section, do I uncheck use default cache dependencies and fill in the partial cache dependencies? If so, what do I put in the dependencies text box?

Thanks!
Joe

User avatar
Member
Member
kentico_michal - 2/7/2012 3:16:13 AM
   
RE:How to expire a repeater's cache based on custom table item modification or document modification under a certain path
Hello,

I would like to point you to the following article that describes cache dependencies: Deep dive - Cache dependencies.

If you want to make the content displayed by the Repeater control dependent on a custom table, you can use the following dependency: <classname>|all

Best regards,
Michal Legen