Héctor Velarde wrote:
slots = context.cp_container.filled_slots
tag = 0
for slot in slots.objectValues():
    tag += int(slot.bobobase_modification_time())
return str(tag)

after analyzing this now I can tell you it's going to work without any performance problems; it only checks if the slot has been modified, not if the viewlet results has changed.

so it will expire as stated in CacheFu.

saludos


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to