ICache Interface

Scanjour Workflow4 Reference Manual
Caching strategy

Namespace:  Scanjour.Workflow4.Base.Cache
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public interface ICache

The ICache type exposes the following members.

Methods

  NameDescription
Public methodContains
Checks if given key is present in cache.
Public methodGetT
Gets the value assigned to a given key and casts it to T.
Public methodPut
Adds a new value under the given key to cache.
Public methodTryGetT
Tries to get the value assigned to a given key.
Top
See Also

Reference