Caching strategy
Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The ICache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Contains |
Checks if given key is present in cache.
|
![]() | GetT |
Gets the value assigned to a given key and casts it to T.
|
![]() | Put |
Adds a new value under the given key to cache.
|
![]() | TryGetT |
Tries to get the value assigned to a given key.
|
See Also