Cache provider element collection.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class CacheProviderElementCollection : ConfigurationElementCollection
Visual Basic
Public Class CacheProviderElementCollection
	Inherits ConfigurationElementCollection
Visual C++
public ref class CacheProviderElementCollection : public ConfigurationElementCollection
F#
type CacheProviderElementCollection =  
    class
        inherit ConfigurationElementCollection
    end

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationElementCollection
      MonoSoftware.Web.Caching..::..CacheProviderElementCollection

See Also