Class LoggingMemcachedCache

java.lang.Object
org.apache.ibatis.cache.decorators.LoggingCache
org.mybatis.caches.memcached.LoggingMemcachedCache
All Implemented Interfaces:
org.apache.ibatis.cache.Cache

public final class LoggingMemcachedCache extends org.apache.ibatis.cache.decorators.LoggingCache
LoggingCache adapter for Memcached.
Author:
Simone Tripodi
  • Field Summary

    Fields inherited from class org.apache.ibatis.cache.decorators.LoggingCache

    hits, requests
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.ibatis.cache.decorators.LoggingCache

    clear, equals, getId, getObject, getSize, hashCode, putObject, removeObject

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.ibatis.cache.Cache

    getReadWriteLock
  • Constructor Details

    • LoggingMemcachedCache

      public LoggingMemcachedCache(String id)