DataCacheLocalCacheProperties Constructor ()
Creates a new instance of the DataCacheLocalCacheProperties class.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in microsoft.applicationserver.caching.client.dll)
Usage
'Usage
Dim instance As New DataCacheLocalCacheProperties
Syntax
'Declaration
Public Sub New
public DataCacheLocalCacheProperties ()
public:
DataCacheLocalCacheProperties ()
public DataCacheLocalCacheProperties ()
public function DataCacheLocalCacheProperties ()
Remarks
Because the properties of this class are read-only, this default constructor is of limited usefulness. Instead use the overload constructor DataCacheLocalCacheProperties(Int64,TimeSpan,DataCacheLocalCacheInvalidationPolicy).
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
DataCacheLocalCacheProperties Class
DataCacheLocalCacheProperties Members
Microsoft.ApplicationServer.Caching Namespace
Other Resources
Cache Clients and Local Cache
Enable Local Cache
Cache Clients and Local Cache
Enable Local Cache
2011-08-26