java - Getting started with EHCache -
java - Getting started with EHCache -
i getting started ehcache , downloaded required .tar file location: ehcache downloads. extracted .tar file , added below jars classpath.
ehcache-2.9.0 slf4j-api-1.7.7 slf4j-jdk14-1.7.7i not able find cachemanager.java in of above mentioned jars. located in other .jar file?
the ehcache-2.9.0.jar not contain java source file. contain compiled class file net.sf.ehcache.cachemanager.
if want source file can found in src
directory of unpacked distribution.
java jar ehcache
Comments
Post a Comment