NET Caching Library Help
DefaultExpirationInMinutes Property




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : DefaultExpirationInMinutes Property
Gets or sets the maximum minutes for a cache item to expire. It must be greater than zero.
Syntax
'Declaration
 
Public Property DefaultExpirationInMinutes As System.Integer
'Usage
 
Dim instance As BaseCacheProvider
Dim value As System.Integer
 
instance.DefaultExpirationInMinutes = value
 
value = instance.DefaultExpirationInMinutes
public System.int DefaultExpirationInMinutes {get; set;}
public: __property System.int get_DefaultExpirationInMinutes();
public: __property void set_DefaultExpirationInMinutes( 
   System.int value
);
public:
property System.int DefaultExpirationInMinutes {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseCacheProvider Class
BaseCacheProvider Members