Example usage for org.apache.ibatis.cache.decorators LoggingCache subclass-usage

List of usage examples for org.apache.ibatis.cache.decorators LoggingCache subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.cache.decorators LoggingCache subclass-usage.

Usage

From source file org.mybatis.caches.ehcache.LoggingEhcache.java

/**
 * {@code LoggingCache} adapter for Ehcache. ??
 * 
 * @author Simone Tripodi
 */
public final class LoggingEhcache extends LoggingCache {

From source file org.mybatis.caches.hazelcast.LoggingHazelcastCache.java

/**
 * {@code LoggingCache} adapter for Hazelcast.
 *
 * @author Simone Tripodi
 */
public final class LoggingHazelcastCache extends LoggingCache {

From source file org.mybatis.caches.hazelcast.LoggingHazelcastClientCache.java

/**
 * {@code LoggingCache} adapter for HazelcastClientCache.
 *
 * @author Ronald Ploeger
 */
public final class LoggingHazelcastClientCache extends LoggingCache {

From source file org.mybatis.caches.jredis.LoggingJedisPoolCache.java

/**
 * {@code LoggingCache} adapter for Memcached.
 *
 * @author Simone Tripodi
 */
public final class LoggingJedisPoolCache extends LoggingCache {

From source file org.mybatis.caches.memcached.LoggingMemcachedCache.java

/**
 * {@code LoggingCache} adapter for Memcached.
 *
 * @author Simone Tripodi
 */
public final class LoggingMemcachedCache extends LoggingCache {

From source file org.mybatis.caches.oscache.LoggingOSCache.java

/**
 * {@code LoggingCache} adapter for OSCache.
 */
public final class LoggingOSCache extends LoggingCache {

    public LoggingOSCache(final String id) {