org.smartparam.coherence.jdbc.cache.CoherentParamCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartparam-coherent-cache-jdbc Show documentation
Show all versions of smartparam-coherent-cache-jdbc Show documentation
SmartParam cache coherence mechanism based on JDBC.
The newest version!
package org.smartparam.coherence.jdbc.cache;
import org.smartparam.engine.core.prepared.PreparedParamCache;
public interface CoherentParamCache extends PreparedParamCache {
/**
* Invalidates parameters that have been invalidated in related caches.
*/
void invalidateStaleParams();
}