BulkExtensibleDependency
public abstract class ExtensibleDependency extends CacheDependency
Constructor | Description |
---|---|
ExtensibleDependency() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<CacheDependency> |
getDependencies() |
Contains the List of Dependencies for the Cache Item.
|
abstract boolean |
hasChanged() |
hasChanged method is set true if item is updated and it also needs to be updated in the cache.
|
abstract boolean |
initialize() |
Initializes the ExtensibleDependency.
|
dispose
public abstract boolean initialize()
public abstract boolean hasChanged()
public final java.util.List<CacheDependency> getDependencies()
getDependencies
in class CacheDependency