|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
| Leadtools.Caching Assembly > Leadtools.Caching Namespace > CacheItemPolicy Class : CacheItemPolicy Constructor |
public CacheItemPolicy()
'Declaration
Public Function New()
'Usage
Dim instance As New CacheItemPolicy()
public CacheItemPolicy()
public:
CacheItemPolicy();
This constructor initializes the members of this class as follows:
| Member | Value |
|---|---|
| AbsoluteExpiration |
Set to ObjectCache.InfiniteAbsoluteExpiration. The item will never expire. |
| SlidingExpiration |
Set to ObjectCache.NoSlidingExpiration. The item will never expire. |