←Select platform

DefaultPolicy Property

Summary

Default policy when setting cache values using the properties and methods that do not use a region name.

Syntax
C#
C++/CLI
Java
Python
public CacheItemPolicy DefaultPolicy { get; set; } 
public:  
   property CacheItemPolicy^ DefaultPolicy 
   { 
      CacheItemPolicy^ get() 
      void set(CacheItemPolicy^ value) 
   } 
public CacheItemPolicy getDefaultPolicy() 
public void setDefaultPolicy(CacheItemPolicy value) 
DefaultPolicy # get and set (FileCache) 

Property Value

The default policy when setting cache values using the indexer. Default value is null.

Requirements

Target Platforms

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

Leadtools.Caching Assembly

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