Interface ICachePolicy
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public interface ICachePolicy
Properties
CacheAbsoluteExpirationUTC
Specifies the absolute time when items expires in cache
Declaration
DateTime? CacheAbsoluteExpirationUTC { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CachePriority
Specifies the relative cache priority of this parcel
Declaration
int ? CachePriority { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CacheReadMaxAgeSec
Specifies the maximum age of parcel instance in cache to be suitable for reading
Declaration
int ? CacheReadMaxAgeSec { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CacheTableName
Specifies the name of cache table
Declaration
string CacheTableName { get; }
Property Value
Type | Description |
---|---|
System.String |
CacheWriteMaxAgeSec
Specifies for how long should this parcel be cached in RAM after a write (after a parcel gets saved).
Declaration
int ? CacheWriteMaxAgeSec { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |