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.

Лицензия

Лицензия

Группа

Группа

org.crazycake
Идентификатор

Идентификатор

cached-query
Последняя версия

Последняя версия

1.0.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать cached-query

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.0-RELEASE