Caché Managed Provider (.NET)
The Caché Managed Provider for .NET provides an easy and efficient way to make use of Caché from .NET applications. The Caché Managed Provider is unique in that it offers simultaneous relational and object access to data using a common API and without requiring any object-to-relational mapping.
The Caché Managed Provider provides the following features:
- It provides complete, relational access to data using the ADO.NET API.
- It offers high-performance native object access to data using auto-generated proxy classes. These proxy classes correspond to persistent objects stored within the Caché database and provide object persistence, retrieval, data caching, and life-cycle management.
- It is implemented using .NET managed code throughout, making it easy to deploy within a .NET environment.
- It is thread-safe and can be used within multi-threaded .NET applications.
This component is available in Caché versions 5.1 or later.
Support Platforms:
Microsoft Windows x86-32
Microsoft Windows x86-64
Requirements:
Microsoft .NET Framework 2.0+ (Earlier versions are not supported)
Download:
Download Caché
Please follow the supplied documentation or the online documentation to setup and use the .NET Managed provider for Caché.

