View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window springcache-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sohu.cache.springcache
├─ com.sohu.cache.springcache.CacheStoreJedisHashRouter.class - [JAR]
├─ com.sohu.cache.springcache.CacheStoreRouter.class - [JAR]
com.sohu.cache.springcache.jedis
├─ com.sohu.cache.springcache.jedis.JedisCache.class - [JAR]
├─ com.sohu.cache.springcache.jedis.JedisCacheManager.class - [JAR]
com.sohu.cache.springcache.xmemcached
├─ com.sohu.cache.springcache.xmemcached.XmemCache.class - [JAR]
├─ com.sohu.cache.springcache.xmemcached.XmemCacheManager.class - [JAR]
com.sohu.cache.common
├─ com.sohu.cache.common.JsonSerializer.class - [JAR]
├─ com.sohu.cache.common.Serializer.class - [JAR]