Client Side Configurations
This section is intended to help you in configuring .NET and Java Clients. It also gives you an overview of client configuration file (client.ncconf) required for the connection establishment with cache server and EFCaching configuration file for enabling EFCaching with NCache.
Client configuration file is used by NCache client API to get initial information for establishing connection with server. Modules that need to read the configurations first try to find client.ncconf in application folder. If it doesn't find client.ncconf in application folder, it then reads the configuration from installation folder.
EFCaching configuration file contains information regarding Entity Framework provider which helps in integrating NCache with Entity Framework application.
In This Section
Client Config
Describes configuring NCache light-weight Clients through client.ncconf file.
EF Caching Config
Describes configuring EFCaching with NCache through efcaching.ncconf file.