完善缓存机制
Opened this issue · 0 comments
GoogleCodeExporter commented
实现两种缓存机制
1.memcached 适用于SNA(Shared Nothing Architecture)架构.
2.Ehcache 适用于单个应用服务器的模式.
实现统一接口MemoryCahcheProvider.
根据aurora-cache.config的配置,框架自动加载不同的实现类.
Original issue reported on code.google.com by njq....@gmail.com
on 29 Jul 2010 at 6:42