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

io.xream.x7.repository.redis.autoconfigure.L2CacheStorageAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 3.1.10
Show newest version
package io.xream.x7.repository.redis.autoconfigure;

import io.xream.sqli.spi.L2CacheStorage;
import io.xream.x7.repository.redis.cache.DefaultL2CacheStorage;
import org.springframework.context.annotation.Bean;

/**
 * @author Sim
 */
public class L2CacheStorageAutoConfiguration {

    @Bean
    public L2CacheStorage l2CacheStorage(){
        return new DefaultL2CacheStorage();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy