public class CustomRedisCache
extends org.springframework.data.redis.cache.RedisCache
| 构造器和说明 |
|---|
CustomRedisCache(String name,
byte[] prefix,
org.springframework.data.redis.core.RedisOperations<?,?> redisOperations,
long expiration) |
public CustomRedisCache(String name, byte[] prefix, org.springframework.data.redis.core.RedisOperations<?,?> redisOperations, long expiration)
public void evict(Object key)
evict 在接口中 org.springframework.cache.Cacheevict 在类中 org.springframework.data.redis.cache.RedisCacheCopyright © 2017. All rights reserved.