jar

com.waspring : wacache

Maven & Gradle

Feb 19, 2017
0 stars

wacache · wacache,一款java缓存开发标准:1.抽象并统一了目前流行缓存访问接口,概括目前流行的缓存框架,并且很容易继续扩展.2.同时为缓存的写入,删除,读取提供监听事件支持.

Table Of Contents

Latest Version

Download com.waspring : wacache JAR file - Latest Versions:

All Versions

Download com.waspring : wacache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 wacache-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.waspring.wacache.factory.impl

├─ com.waspring.wacache.factory.impl.CacheImpl.class - [JAR]

├─ com.waspring.wacache.factory.impl.EHCacheImpl.class - [JAR]

├─ com.waspring.wacache.factory.impl.JCSImpl.class - [JAR]

├─ com.waspring.wacache.factory.impl.OSCacheImpl.class - [JAR]

├─ com.waspring.wacache.factory.impl.RedisImpl.class - [JAR]

com.waspring.wacache.factory.ser

├─ com.waspring.wacache.factory.ser.ObjectsTranscoder.class - [JAR]

├─ com.waspring.wacache.factory.ser.SerializeTranscoder.class - [JAR]

├─ com.waspring.wacache.factory.ser.SerializeUtil.class - [JAR]

com.waspring.wacache.factory

├─ com.waspring.wacache.factory.CacheFactoryImpl.class - [JAR]

com.waspring.wacache.exp

├─ com.waspring.wacache.exp.CacheException.class - [JAR]

com.waspring.wacache.event

├─ com.waspring.wacache.event.CacheEvent.class - [JAR]

├─ com.waspring.wacache.event.ICacheListener.class - [JAR]

com.waspring.wacache.factory.manager

├─ com.waspring.wacache.factory.manager.EHCacheManager.class - [JAR]

├─ com.waspring.wacache.factory.manager.ICacheManager.class - [JAR]

├─ com.waspring.wacache.factory.manager.JCSManager.class - [JAR]

├─ com.waspring.wacache.factory.manager.OSCacheManager.class - [JAR]

com.waspring.wacache

├─ com.waspring.wacache.CacheConfig.class - [JAR]

├─ com.waspring.wacache.ICache.class - [JAR]

├─ com.waspring.wacache.ICacheFactory.class - [JAR]

├─ com.waspring.wacache.Jediser.class - [JAR]

├─ com.waspring.wacache.TestClient.class - [JAR]

Advertisement