NET Caching Library Help
MaxCacheItems Property (BaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : MaxCacheItems Property
Get or set the maximim number of cache items for the cache provider
Syntax
'Declaration
 
Public MustOverride Property MaxCacheItems As System.Long
'Usage
 
Dim instance As BaseCacheProvider
Dim value As System.Long
 
instance.MaxCacheItems = value
 
value = instance.MaxCacheItems
public abstract System.long MaxCacheItems {get; set;}
public: __property abstract System.long get_MaxCacheItems();
public: __property abstract void set_MaxCacheItems( 
   System.long value
);
public:
abstract property System.int64 MaxCacheItems {
   System.int64 get();
   void set (    System.int64 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