This is a migrated thread and some comments may be shown as answers.

using CacheCow with kendo UI datasources?

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BRAD
Top achievements
Rank 1
BRAD asked on 26 May 2015, 09:45 PM

I've been looking into installing CacheCow ( https://github.com/aliostad/CacheCow ) , by just applying the nuget package and then adding:

GlobalConfiguration.Configuration.MessageHandlers.Add(new CacheCow.Server.CachingHandler(GlobalConfiguration.Configuration));

to my global config file. Once i do this though, none of my grids will refresh properly, they all cache old values regardless of what i entered in them previously.  I've used the header:

[OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")]
public JsonResult _GetProjectList([DataSourceRequest] DataSourceRequest request)
      {
return Json(data.ToDataSourceResult(request, ModelState), JsonRequestBehavior.AllowGet);
      }

for outputcache at the top, but that doesn't seem to help.  Anyone have any experience using cachecow with kendo datasources

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 28 May 2015, 09:24 AM

Hello BRAD,

I am not really sure what happens as I do not have much experience with CacheCow and have not seen many project using it. We do not have official support for CacheCow as well, so I would suggest you to check in their documentation on how exactly works and what can interfere with the Kendo UI DataSource.

Regards,
Kiril Nikolov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
BRAD
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or