* Cache.cs: New method so non public cache items can be added.
authorJackson Harper <jackson@novell.com>
Thu, 20 Nov 2003 11:50:24 +0000 (11:50 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 20 Nov 2003 11:50:24 +0000 (11:50 -0000)
commit54d9ed0618934b2dbbb3ae116cb8db9a4976a928
tree2a9e4ce1a530fc5797018c5296b8c7e588e894c7
parent853144477d2cd55f78d5135dcf637063bc1bc698
    * Cache.cs: New method so non public cache items can be added.
* CachedRawResponse.cs: New file - A snapshot of a response that
is stored in the cache and can be used to create a new response.
* OutputCacheModule.cs: Module for inserting and retrieving
responses from the cache.

svn path=/trunk/mcs/; revision=20272
mcs/class/System.Web/System.Web.Caching/Cache.cs
mcs/class/System.Web/System.Web.Caching/CachedRawResponse.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Caching/ChangeLog
mcs/class/System.Web/System.Web.Caching/OutputCacheModule.cs [new file with mode: 0644]