C# Class System.Web.Caching.OutputCache

Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
Deserialize object
GetProvider System.Web.Caching.OutputCacheProvider
Init void
IsInvalidType bool
LoadProvider System.Web.Caching.OutputCacheProvider
RemoveFromProvider void
Serialize void

Private Methods

Method Description
Deserialize ( Stream stream ) : object
GetProvider ( string providerName ) : System.Web.Caching.OutputCacheProvider
Init ( ) : void
IsInvalidType ( object data ) : bool
LoadProvider ( ProviderSettings ps ) : System.Web.Caching.OutputCacheProvider
RemoveFromProvider ( string key, string providerName ) : void
Serialize ( Stream stream, object data ) : void