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.7

i 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

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -