DOC

org.crazycake : cached-query

Maven & Gradle

Sep 18, 2014

cached-query · Most of time when we use cache library like memcached we not also include these cache libraries but also write the utils to save the result of database query repeatly. I found the most situation of using cache is caching database query result. So I created this project to deal with this situation. >Only tested on mysql.

Table Of Contents

Latest Version

Download org.crazycake : cached-query Javadoc & API Documentation - Latest Versions:

All Versions

Download org.crazycake : cached-query 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 cached-query-1.0.0-RELEASE-javadoc.jar to cached-query-1.0.0-RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cached-query-1.0.0-RELEASE-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 "cached-query-1.0.0-RELEASE-sources.jar" -d "cached-query-1.0.0-RELEASE-javadoc" -subpackages 

Advertisement