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)

NameDescription
System_CAPS_pubmethodDataCache()

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

System_CAPS_pubmethodDataCache(String)

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

System_CAPS_pubmethodDataCache(String, String)

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

Return to top
Show: