NCache 4.4 - Online Documentation

Synchronizing Cache with Relational Database

 
NCache provides feature of database dependency for the purpose of synchronizing cache with database. When using cache with the database, data in cache has to always be synchronized with the database. This is because the cache is keeping a copy of the data that already exists in the database.
 
In This Section
 
Explains how to use SQL dependency feature for the purpose of synchronizing cache with Microsoft SQL Server 2005/2008.
 
Explains how to use Oracle dependency feature for the purpose of synchronizing cache with Oracle database.
 
Explains how to use polling based dependency to synchronize cache with databases who don't provide notifications feature.
 
Explains how to write CLR stored procedures for database to synchronize cache with the database.