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

com.giffing.bucket4j.spring.boot.starter.config.cache.SyncCacheResolver Maven / Gradle / Ivy

package com.giffing.bucket4j.spring.boot.starter.config.cache;

/**
 * The synchronous cache resolver is a marker interface to mark
 * blocking cache implementations. 
 */
public interface SyncCacheResolver extends CacheResolver {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy