Look up a class, method, property or event
ICacheDependency
ICacheDependency is the interface that must be implemented by cache dependency classes.
This interface must be implemented by classes meant to be used as
cache dependencies.
Objects implementing this interface must be able to be serialized and unserialized.
Method Details
|
abstract public void evaluateDependency()
|
Evaluates the dependency by generating and saving the data related with dependency.
This method is invoked by cache before writing data into it.
|
abstract public boolean getHasChanged()
|
| {return} |
boolean |
whether the dependency has changed. |
Be the first person to leave a comment
Please login to leave your comment.