Interface IResourceCachingStrategy

All Known Implementing Classes:
FilenameWithVersionResourceCachingStrategy, NoOpResourceCachingStrategy, QueryStringWithVersionResourceCachingStrategy

public interface IResourceCachingStrategy
caching strategy for cacheable resources

it can add and remove caching information to the filename and query string parameters of the requested resource to control caches in the browser and on the internet. It also can set http response caching headers.

Since:
1.5
Author:
Peter Ertl