| CacheItemT Constructor |
Base constructor.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax protected CacheItem(
T item,
DateTime validToUtc
)
Parameters
- item
- Type: T
Item stored in the cache. - validToUtc
- Type: SystemDateTime
Absolute UTC time when item expired in the cache.
See Also