DataCache Constructor

 

Initializes a new DataCache object from settings in the application or web.config configuration file.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod DataCache()

Creates a DataCache that accesses the "default" cache; uses settings in the "default" cache client configuration.

System_CAPS_pubmethod DataCache(String)

Creates a DataCache that accesses the specified cache name; uses settings in the "default" cache client configuration.

System_CAPS_pubmethod DataCache(String, String)

Creates a DataCache that accesses the specified cache name; uses settings in the named cache client configuration.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top