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

com.bazaarvoice.emodb.auth.shiro.InvalidatableCacheManager Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.auth.shiro;

import org.apache.shiro.cache.CacheManager;

/**
 * Extension of shiro CacheManager that permits invalidating its caches by an explicit external call.
 */
public interface InvalidatableCacheManager extends CacheManager {

    void invalidateAll();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy