jar

com.sohu.cache : springcache

Maven & Gradle

Feb 08, 2013
12 stars

springcache · A simple implement of spring cache by redis or memcached.

Table Of Contents

Latest Version

Download com.sohu.cache : springcache JAR file - Latest Versions:

All Versions

Download com.sohu.cache : springcache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]