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

cacher 1.0.7

Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.

Лицензия

Лицензия

Группа

Группа

com.github.dcrissman
Идентификатор

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

cacher
Версия

Версия

1.0.7
Тип

Тип

pom
Описание

Описание

cacher
Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.
Ссылка на сайт

Ссылка на сайт

https://github.com/dcrissman/cacher
Организация-разработчик

Организация-разработчик

Red Hat, Inc.
Система контроля версий

Система контроля версий

https://github.com/dcrissman/cacher

Скачать cacher 1.0.7

Имя Файла Размер
cacher-1.0.7.pom 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.dcrissman/cacher/ -->
<dependency>
    <groupId>com.github.dcrissman</groupId>
    <artifactId>cacher</artifactId>
    <version>1.0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcrissman/cacher/
implementation 'com.github.dcrissman:cacher:1.0.7'
// https://jarcasting.com/artifacts/com.github.dcrissman/cacher/
implementation ("com.github.dcrissman:cacher:1.0.7")
'com.github.dcrissman:cacher:pom:1.0.7'
<dependency org="com.github.dcrissman" name="cacher" rev="1.0.7">
  <artifact name="cacher" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dcrissman', module='cacher', version='1.0.7')
)
libraryDependencies += "com.github.dcrissman" % "cacher" % "1.0.7"
[com.github.dcrissman/cacher "1.0.7"]

Зависимости

test (1)

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

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

  • cacher-core
  • cacher-memcached