The object stored in the remote class.
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching.dll
Syntax
[DataContract]
[Serializer(typeof(TwoLayerCachingBackendEnhancer.TwoLayerCacheValue.Serializer))]
public sealed class TwoLayerCachingBackendEnhancer.TwoLayerCacheValue
Constructors
Name | Description |
---|---|
TwoLayerCacheValue(CacheItem) | Initializes a new TwoLayerCachingBackendEnhancer.TwoLayerCacheValue. |
TwoLayerCacheValue(PortableFormatterConstructorContext) |
Properties
Name | Description |
---|---|
AbsoluteExpiration | Gets or sets the absolute expiration of the cache item. |
Priority | Gets or sets the cache item priority. |
SlidingExpiration | Gets or sets the sliding expiration of the cache item. |
Timestamp | Gets or sets the timestamp of the cache item. |
Value | Gets or sets the cached value. |