Example usage for org.apache.ibatis.cache Cache interface-usage

List of usage examples for org.apache.ibatis.cache Cache interface-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.cache Cache interface-usage.

Usage

From source file com.cas.framework.redis.RedisCache.java

/**
 * @Creat 2017048
 * @Author:kingsonliu
 * redis mybatis 
 */
public final class RedisCache implements Cache {

From source file com.funtl.framework.smoke.core.commons.persistence.redis.RedisCache.java

/**
 * Created by ?? on 2016/7/19.
 */
public class RedisCache implements Cache {
    private static Logger logger = LoggerFactory.getLogger(RedisCache.class);

From source file com.lankr.tv_cloud.cache.RedisCache.java

/**
 * Cache adapter for Redis.
 *
 * @author Eduardo Macarron
 */
public final class RedisCache implements Cache {

From source file com.shine.his.common.mybatis.HISMybatisLRUCache.java

public final class HISMybatisLRUCache implements Cache {
    private final Ehcache delegate;
    /**
     * The {@code ReadWriteLock}.
     */
    private final ReadWriteLock readWriteLock = new ReentrantReadWriteLock();

From source file com.zh.common.redis.RedisCache.java

/**
 * Cache adapter for Redis.
 *
 * @author Eduardo Macarron
 */
public final class RedisCache implements Cache {

From source file hust.mybatis.caches.redis.RedisCache.java

/**
 * Cache adapter for Redis.
 *
 * @author Eduardo Macarron
 */
public final class RedisCache implements Cache {

From source file io.github.hengyunabc.mybatis.EhcacheCache.java

public class EhcacheCache implements Cache {

    /**
     * The cache id (namespace)
     */
    protected final String id;

From source file net.landora.video.data.MyBatisCache.java

/**
 *
 * @author bdickie
 */
public class MyBatisCache implements Cache {

From source file org.apache.aurora.scheduler.storage.db.MyBatisCacheImpl.java

public class MyBatisCacheImpl implements Cache {
    private com.google.common.cache.Cache<Object, Object> delegate;
    private final String id;
    private Integer size;
    private final AtomicInteger clearCount = new AtomicInteger(0);

From source file org.cacheonix.plugin.mybatis.v300.MyBatisCache.java

/**
 * Cacheonix implementation of MyBatis cache adapter.
 * <p/>
 * Cacheonix MyBatisCache offers unlimited scalability to applications using MyBatis by providing reliable distributed
 * data management, sharing and replicating of cached data in a cluster of servers connected by a high-speed local
 * network.