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

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

There is a newer version: 0.12.7
Show newest version
package com.giffing.bucket4j.spring.boot.starter.config.cache;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy