ehcache入门


spring引入:
   
            net.sf.ehcache
            ehcache-core
            2.6.8
        
tips:spring好像已经把这种缓存引入了框架:注入即可
注入方式:
<?xml version="1.0" encoding="UTF-8"?>