←Select platform

SetName Method

Summary

Sets the unique name of this cache object.

Syntax
C#
VB
C++
public virtual void SetName( 
   string value 
) 
Public Overridable Sub SetName( 
   ByVal value As String 
) 
public:  
   virtual void SetName( 
      String^ value 
   ) 

Parameters

value

The unique name of this cache object.

Remarks

A default implementation exists in the base ObjectCache class that does not perform any operation.

The name of the cache object can be retrieved with Name.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly