Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to write some base calls in Umbraco 6 which queries the cache. Can someone confirm if te following will go to the database or cache:
var activities = cs.GetContentOfContentType(cts.GetContentType("Activity").Id);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Querying cache with Umbraco 6
I am trying to write some base calls in Umbraco 6 which queries the cache. Can someone confirm if te following will go to the database or cache:
var activities = cs.GetContentOfContentType(cts.GetContentType("Activity").Id);
is working on a reply...