I can use IContentCacheKeyCreator
to create a cache key for some content, and then cache a item using ISynchronizedObjectInstanceCache
. If I would change that content via the admin interface, the cached item would be invalidated. However, if the same content would expire (StopPublish is passed) - the cached item is not invalidated. Does anyone know how to handle this?
↧
Cache dependencies and content expiration
↧