Overview
These public interfaces are used in Distributed Cache components. They are provided for implementing advanced functionality in your scripts. In order for you to use these interfaces in your project, you have to reference CozyRoc.SSISPlus.dll.
ICacheConnection
When you call Distributed Cache Connection Manager AcquireConnection method, it returns object implementing ICacheConnection interface. This is the interface used for interaction with Windows AppFabric cache service.
Methods
Connects to Windows AppFabric cache service. The method result is IDictionary object.
Closes the connection to Windows AppFabric cache service. Use always after you finish working with the service.
Returns true if connected to the service.
Properties
Specify cache configuration file.
Specify cache name. This parameter is optional. If not specified, the manager will return the default cache.
Specify region inside cache. This parameter is optional.
-
Specify if all clients should use the same connection. This property has the options listed in the following table.
Value Description True All clients use same connection (default). False Every client uses different connection.
Knowledge Base
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.