jar

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 JAR file - Latest Versions:

All Versions

Download org.crazycake : cached-query 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 cached-query-1.0.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.crazycake.cache

├─ org.crazycake.cache.CachedQuery.class - [JAR]

org.crazycake.cache.client

├─ org.crazycake.cache.client.CachedClientFactory.class - [JAR]

├─ org.crazycake.cache.client.CachedClientProxy.class - [JAR]

Advertisement