London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.