| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |