Implementing Cache Proxy Functionality
Previous | Next |
Implementing Cache Proxy Functionality
To add cache proxy functionality to a Windows Media Server, you must install and enable a cache proxy plug-in. Windows Media Services does not include a cache plug-in, but you can purchase one from a Windows Media–based caching partner or create your own by using this SDK. The following sections discuss how to create a custom cache proxy plug-in. The SDK also includes a basic proxy sample. For more information, see Samples.
Section | Description |
Cache Proxy Interfaces | Identifies the interfaces that you can use to create a custom cache proxy plug-in. |
Overview of the Cache Proxy Process | Discusses a typical implementation of a cache proxy plug-in. |
Basic Proxy | Discusses how to implement a plug-in that proxies but does not cache content. |
Cache Hit with Unexpired Content | Discusses how to implement a cache proxy policy for cached content that has not expired. |
Cache Hit with Expired Content | Discusses how to implement a cache proxy policy for cached content that has expired. |
Cache Miss | Discusses how to implement a cache proxy policy for content that has not been cached. |
Cache Administration | Discusses how to administer a cache. |
Downloading Content | Discusses how to download content from an origin server and persist metadata about the content. |
See Also
Previous | Next |