←Select platform

SetName Method

Summary

Sets the unique name of this cache object.

Syntax
C#
C++/CLI
Python
public virtual void SetName( 
   string value 
) 
public:  
   virtual void SetName( 
      String^ value 
   ) 
def SetName(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.