Class CacheItemWrapper
Wrapper for items stored in the weak reference cache.
Inheritance
System.Object
CacheItemWrapper
Namespace: EPiServer.Framework.Cache.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class CacheItemWrapper : Object
Constructors
CacheItemWrapper(Object, CacheEvictionPolicy, DateTime)
Initializes a new instance of the Cache
Declaration
public CacheItemWrapper(object value, CacheEvictionPolicy eviction, DateTime now)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | The value. |
Cache |
eviction | The eviction policy. |
System. |
now | The current time/date stamp. |
Methods
ReturnIfValid(DateTime)
Returns the object if it is valid (considering expiration and liveness of the weak reference).
Declaration
public object ReturnIfValid(DateTime now)
Parameters
Type | Name | Description |
---|---|---|
System. |
now | The current time/date stamp. |
Returns
Type | Description |
---|---|
System. |
The object if it is valid, otherwise null. |