Package org.mybatis.caches.redis
Class RedisCache
java.lang.Object
org.mybatis.caches.redis.RedisCache
- All Implemented Interfaces:
org.apache.ibatis.cache.Cache
Cache adapter for Redis.
- Author:
- Eduardo Macarron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getId()intgetSize()voidremoveObject(Object key) voidsetTimeout(Integer timeout) toString()
-
Constructor Details
-
RedisCache
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.apache.ibatis.cache.Cache
-
getSize
public int getSize()- Specified by:
getSizein interfaceorg.apache.ibatis.cache.Cache
-
putObject
- Specified by:
putObjectin interfaceorg.apache.ibatis.cache.Cache
-
getObject
- Specified by:
getObjectin interfaceorg.apache.ibatis.cache.Cache
-
removeObject
- Specified by:
removeObjectin interfaceorg.apache.ibatis.cache.Cache
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.ibatis.cache.Cache
-
getReadWriteLock
- Specified by:
getReadWriteLockin interfaceorg.apache.ibatis.cache.Cache
-
toString
-
setTimeout
-