Redis缓存key

@Cacheable(cacheNames="xxxxx" ,key = "'teststr'")
key如果想设置为常量则需要‘’

转载于:https://www.cnblogs.com/meiyouruguoZ/p/10655482.html

你可能感兴趣的:(Redis缓存key)