java - Getting started with EHCache -
I am starting with EHCache and downloading the required .tar file from this location:. I removed the .tar file and added jar down into my class.
- Ehakas-2 9.0
- Sulf 4 J-API-1.7.7
- Sulf 4J-JDK 14-1.7.7
From the above mentioned jar I'm unable to find CacheManager.java in any Is this something else. If the file is located in?
AHSK-2.9.0.jar is not included in the Java source file though in net.sf.ehcache The compiled class file for .CacheManager is included.
If you want the source file, it can be found in the src
directory of unpack distribution.
Comments
Post a Comment