Runtime tools : Service components : Remote cache service : Class and API reference : class RedisCache
  
class RedisCache
package com.unicomsi.udtt.rcache.redis
public class RedisCache extends RCache
This is the implementation/extension class of RCache.
In most cases you should not use this class directly, instead you should use RCache. However, you need to access the class directly in the following cases:
At btt.xml:
RemoteCacheService.implClass=com.unicomsi.udtt.rcache.redis.RedisCache
If you need to access Jedis methods directly, by using RedisCache.getJedis():
public Jedis getJedis(): gets the Jedis instance from the pool
See also:
Go up to
Class and API reference