Hi, I wonder if the DynamicDataStore object contains any information on when it was last modified? (new object inserted, object updated or object deleted)
Need this to invalidate a cache any modifications have been done to the store since the last request.
There is events you can listen to and invalidate the cache. See http://world.episerver.com/Blogs/Johan-Bjornfot/Dates1/2011/2/New-events-in-DynamicDataStore/
Hi, I wonder if the DynamicDataStore object contains any information on when it was last modified? (new object inserted, object updated or object deleted)
Need this to invalidate a cache any modifications have been done to the store since the last request.
Thanks,
Tommy