All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smartparam.coherence.jdbc.cache.CoherentParamCache Maven / Gradle / Ivy

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();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy