The DatabaseProvider type exposes the following members.
Constructors
| Name | Description |
---|
 | DatabaseProvider | DotNetNuke.Services.OutputCache.Providers.DatabaseProvider |
Methods
| Name | Description |
---|
 | ByteArrayToString | (Inherited from OutputCachingProvider.) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GenerateCacheKey | (Inherited from OutputCachingProvider.) |
 | GenerateCacheKeyHash | (Inherited from OutputCachingProvider.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetItemCount | (Overrides OutputCachingProvider..::..GetItemCount(Int32).) |
 | GetOutput | (Overrides OutputCachingProvider..::..GetOutput(Int32, String).) |
 | GetResponseFilter | (Overrides OutputCachingProvider..::..GetResponseFilter(Int32, Int32, Stream, String, TimeSpan).) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | PurgeCache()()()() | Obsolete. (Inherited from OutputCachingProvider.) |
 | PurgeCache(Int32) | (Overrides OutputCachingProvider..::..PurgeCache(Int32).) |
 | PurgeExpiredItems()()()() | Obsolete. (Inherited from OutputCachingProvider.) |
 | PurgeExpiredItems(Int32) | (Overrides OutputCachingProvider..::..PurgeExpiredItems(Int32).) |
 | Remove | (Overrides OutputCachingProvider..::..Remove(Int32).) |
 | SetOutput | (Overrides OutputCachingProvider..::..SetOutput(Int32, String, TimeSpan, array<Byte>[]()[][]).) |
 | StreamOutput | (Overrides OutputCachingProvider..::..StreamOutput(Int32, String, HttpContext).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WriteStreamAsText | (Inherited from OutputCachingProvider.) |
Extension Methods
| Name | Description |
---|
 | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
See Also