DOC

com.waspring : wacache

Maven & Gradle

Feb 19, 2017
0 stars

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

Table Of Contents

Latest Version

Download com.waspring : wacache Javadoc & API Documentation - Latest Versions:

All Versions

Download com.waspring : wacache Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file wacache-1.0.0-javadoc.jar to wacache-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder wacache-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "wacache-1.0.0-sources.jar" -d "wacache-1.0.0-javadoc" -subpackages 

Advertisement