umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco

Home Page:http://our.umbraco.org/projects/developer-tools/ditto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DittoCache examples

revolution42 opened this issue · comments

I have been struggling to get the caching working.

I have tried settings the property on both the class and individual processors and my code keeps getting called.

I have tried copying how it is done from the tests and it does not work.

@revolution42 Just to check, do you have debug=false (under "system.web/compilation" in your Web.config)? Ditto wont cache if debug mode is enabled.

Closing this issue, please reopen if you feel it's a bug.