cacher-core

Provides base functionality required for any cache specific implementation.

Лицензия

Лицензия

Группа

Группа

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

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

cacher-core
Последняя версия

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

1.0.7
Дата

Дата

Тип

Тип

bundle
Описание

Описание

cacher-core
Provides base functionality required for any cache specific implementation.
Ссылка на сайт

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

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

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

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

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

https://github.com/dcrissman/cacher

Скачать cacher-core

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7

provided (2)

Идентификатор библиотеки Тип Версия
aopalliance : aopalliance Необязательный jar 1.0
javax.inject : javax.inject Необязательный jar 1

test (4)

Идентификатор библиотеки Тип Версия
com.google.inject : guice jar 3.0
org.slf4j : slf4j-log4j12 jar 1.7.7
org.easymock : easymock jar 3.2
junit : junit jar 4.11

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

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

Build Status Coverage Status

Cacher

https://github.com/dcrissman/cacher

Project Goal

Standardize and abstract the way that caching is accessed and create hooks to ease implementation without coupling core logic to caching mechanism.

Description

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.

NOTE: Currently only Memcached is supported, but the hope is to add more as it makes sense.

Special Thanks to Andrew Edwards as much of this library is based on his original work.

AOP

CacheInterceptor and @FetcherMethod are also provided to add AOP support.

Copyright and License

Copyright 2013 Red Hat, Inc. Author: Dennis Crissman

Licensed under the GNU Lesser General Public License, version 3 or any later version.

In addition to the conditions of LGPLv3, you must preserve author attributions in source code distributions.

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

Версия
1.0.7