# spring-context-support-memcached **Repository Path**: suusee/spring-context-support-memcached ## Basic Information - **Project Name**: spring-context-support-memcached - **Description**: 提供了对Spring 原生 缓存注解的支持 不改变原有程序结构。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-context-support-memcached 提供了对Spring 原生 缓存注解的支持 不改变原有程序结构 支持集群配置 使用xmemcached-client集成 如下实例 只需要添加注解即可 @Cacheable(value = "UserService", key = "#root.methodName+#channelCode+#bankServCode+#pattern")