spring-memcached统一缓存的使用实例2

1810阅读 0评论2013-01-25 sdsdfs1111
分类:Java


spring配置说明

关于Simple-Spring-Memcached具体XML配置如下:

       xmlns:xsi="" xmlns:aop=""

       xmlns:context=""

       xsi:schemaLocation=" /spring-beans-3.0.xsd

       /spring-context.xsd

        /spring-aop-3.0.xsd">


   


   

   


   

       

           

       

       

           

               

               

           

       

       

           

           

               

               

               

               

               

            

       

       

            

            appCache

       

   

后续阅读下片博文,或到这里阅读

上一篇:spring-memcached统一缓存的使用实例
下一篇:memcached统一缓存的使用实例3