| 123456789101112 |
- <?xml version="1.0" encoding="GB2312"?>
- <plugin version="1.0" id="wcm.cache">
- <beans>
- <!-- redis:com.trs.infra.cache.RedisCache, simple:com.trs.infra.cache.SimpleCache -->
- <bean id="cache" class="com.trs.infra.cache.RedisCache"
- singleton="true" />
- <!-- redis:com.trs.infra.cache.RedisCache, simple:com.trs.infra.cache.SimpleLRUCache -->
- <bean id="lruCache" class="com.trs.infra.cache.RedisCache"
- singleton="false" />
- </beans>
- </plugin>
|