Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

CacheReadEventArgs Constructor

Initializes a new instance of the CacheReadEventArgs class.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public CacheReadEventArgs(
	string cacheKey,
	bool found
)
Public Sub New ( _
	cacheKey As String, _
	found As Boolean _
)
public:
CacheReadEventArgs(
	String^ cacheKey, 
	bool^ found
)

Parameters

cacheKey
Type: String
The cache key.
found
Type: Boolean
If the value was found in the cache to true.