←Select platform

DefaultPolicy Property (FileCache)

Summary

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

Syntax

C#
VB
Java
C++
public CacheItemPolicy DefaultPolicy { get; set; }
Public Property DefaultPolicy() As CacheItemPolicy 
   Get 
   Set 
public:  
   property CacheItemPolicy^ DefaultPolicy 
   { 
      CacheItemPolicy^ get() 
      void set(CacheItemPolicy^ value) 
   } 
public CacheItemPolicy getDefaultPolicy() 
public void setDefaultPolicy(CacheItemPolicy value) 

Property Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize