Is it possible to obtain a fragment cache entry creation date?
Details: I use fragment caching for attachment link rendering in Wiki pages in ChilliProject. Cache key is formed from attachment file name. If the attachment was reloaded, I need update a cache. So I want compare attachment file modification date and cache entry's creation date. How can I do it?
Beforehand thankful.