com.alachisoft.ncache.runtime.dependencies
Class DBCacheDependency
java.lang.Object
com.alachisoft.ncache.runtime.dependencies.CacheDependency
com.alachisoft.ncache.runtime.dependencies.DBCacheDependency
- All Implemented Interfaces:
- java.io.Serializable
public class DBCacheDependency
- extends CacheDependency
Establishes a relationship between an item stored in an application's Cache object
and either a specific database table.
This class cannot be inherited.
You can add items with dependencies to your application's cache with the
"Cache.Add" and Insert methods.
When you add an item to an application's "Cache" object with
"DBCacheDependency", it monitors a specific database table so that
when the table changes, items associated with
the table will be automatically removed from the Cache.
This helps you avoid losing changes made to the object between the time it is created and the
time it is inserted into the "Cache".
- See Also:
Cache#add(java.lang.String, com.alachisoft.ncache.web.caching.CacheItem)
,
DBCacheDependency
,
Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBCacheDependency
public DBCacheDependency()
getConnectionString
public java.lang.String getConnectionString()
getDBDependencyType
public DBDependencyType getDBDependencyType()
getPrimaryKey
public java.lang.String getPrimaryKey()