PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​BackendsTwo­Layer­Caching­Backend­Enhancer.​Two­Layer­Cache­Value
Open sandboxFocus

TwoLayerCachingBackendEnhancer.TwoLayerCacheValue Class

The object stored in the remote class.

Inheritance
TwoLayerCachingBackendEnhancer.TwoLayerCacheValue
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching.dll
Syntax
[Serializer]
public sealed class TwoLayerCacheValue : Object

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.