November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Could you articulate the caching issue you're running into?
I may be mistaken, but I believe FindPagesWithCriteria does not cache its resulting set of page data, but the page data objects individually should be added to the cache. Those items should invalidate individually as they are modified.
Is this happening in a load balanced or shared database environment of some sort?
I have a pretty simple question, but can't find a good solution.
I use: DataFactory.Instance.FindPagesWithCriteria
But even when i called the: CacheManager.Clear() function , i still see cached values when debugging....
Can someone tell me what's a good way to bypass the cache? Performance is not really an issue since the function is not called to often.