Represents ICachePartition implementation  
 More...
Represents ICachePartition implementation 
 
◆ AbsoluteExpiration
  
  
      
        
          | DateTimeOffset? Pavalisoft.Caching.Interfaces.ICachePartition.AbsoluteExpiration | 
         
       
   | 
  
get   | 
  
 
Gets an absolute expiration date for the cache entry in this ICachePartition. 
 
 
◆ AbsoluteExpirationRelativeToNow
  
  
      
        
          | TimeSpan? Pavalisoft.Caching.Interfaces.ICachePartition.AbsoluteExpirationRelativeToNow | 
         
       
   | 
  
get   | 
  
 
 
◆ Cache
  
  
      
        
          | ICache Pavalisoft.Caching.Interfaces.ICachePartition.Cache | 
         
       
   | 
  
getset   | 
  
 
Gets or Sets the ICache instance. 
 
 
◆ Name
  
  
      
        
          | string Pavalisoft.Caching.Interfaces.ICachePartition.Name | 
         
       
   | 
  
get   | 
  
 
 
◆ Priority
  
  
      
        
          | CacheItemPriority Pavalisoft.Caching.Interfaces.ICachePartition.Priority | 
         
       
   | 
  
get   | 
  
 
 
◆ Size
  
  
      
        
          | long? Pavalisoft.Caching.Interfaces.ICachePartition.Size | 
         
       
   | 
  
get   | 
  
 
 
◆ SlidingExpiration
  
  
      
        
          | TimeSpan? Pavalisoft.Caching.Interfaces.ICachePartition.SlidingExpiration | 
         
       
   | 
  
get   | 
  
 
Gets how long a cache entry can be inactive (e.g. not accessed) before it will be removed in this ICachePartition. This will not extend the entry lifetime beyond the absolute expiration (if set). 
 
 
The documentation for this interface was generated from the following file:
- Source/Pavalisoft.Caching/Interfaces/ICachePartition.cs