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

CacheWrittenEventArgs Constructor

Initializes a new instance of the CacheWrittenEventArgs class.

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

Syntax


public CacheWrittenEventArgs(
	string cacheKey
)
Public Sub New ( _
	cacheKey As String _
)
public:
CacheWrittenEventArgs(
	String^ cacheKey
)

Parameters

cacheKey
Type: String
The cache key.