Last Version

cached-query 1.0.0-RELEASE

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.

License

License

GroupId

GroupId

org.crazycake
ArtifactId

ArtifactId

cached-query
Version

Version

1.0.0-RELEASE
Type

Type

jar
Description

Description

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.

Download cached-query 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/org.crazycake/cached-query/ -->
<dependency>
    <groupId>org.crazycake</groupId>
    <artifactId>cached-query</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/cached-query/
implementation 'org.crazycake:cached-query:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.crazycake/cached-query/
implementation ("org.crazycake:cached-query:1.0.0-RELEASE")
'org.crazycake:cached-query:jar:1.0.0-RELEASE'
<dependency org="org.crazycake" name="cached-query" rev="1.0.0-RELEASE">
  <artifact name="cached-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='cached-query', version='1.0.0-RELEASE')
)
libraryDependencies += "org.crazycake" % "cached-query" % "1.0.0-RELEASE"
[org.crazycake/cached-query "1.0.0-RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.code.simple-spring-memcached : spymemcached jar 2.8.1
org.slf4j : slf4j-api jar 1.4.2
org.slf4j : slf4j-log4j12 jar 1.4.2
org.crazycake : camel-name-utils jar 1.0.0-RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.