public class DBCacheDependency extends CacheDependency
Constructor | Description |
---|---|
DBCacheDependency() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getConnectionString() |
A connection string that is required by the cache in order to connect with database.
|
DBDependencyType |
getDBDependencyType() |
The type of DBDependency.
|
java.lang.String |
getPrimaryKey() |
Primary key of the item in database.
|
dispose, getDependencies
public java.lang.String getConnectionString()
public java.lang.String getPrimaryKey()
public DBDependencyType getDBDependencyType()