多级缓存工具模块

Compile Dependencies (7)

Category/LicenseGroup / ArtifactVersionUpdates
JSON Lib Apache 2.0
com.alibaba » fastjson(optional)
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
Cache Impl Apache 2.0
com.github.ben-manes.caffeine » caffeine
Caffeine is a high performance, near optimal caching library. It provides an in-memory cache using a Google Guava ...
com.github.xiaolyuh.layering-cache » layering-cache-core2.0.2
Java Spec EPL 2.0 +1
javax.servlet » javax.servlet-api
API for Jakarta Servlet, enabling web applications to handle HTTP requests and responses through a standard interface ...
Logging MIT
org.slf4j » slf4j-api(optional)
API for SLF4J (The Simple Logging Facade for Java) which serves as a simple facade or abstraction for various logging ...
Core Utils Apache 2.0
org.springframework » spring-core(optional)
Basic building block for Spring that in conjunction with Spring Beans provides dependency injection and IoC features.
Redis Client Apache 2.0
org.springframework.data » spring-data-redis(optional)
Spring Data module for Redis

Test Dependencies (8)

Category/LicenseGroup / ArtifactVersionUpdates
Serializer BSD 3-clause
com.esotericsoftware » kryo-shaded
Fast, efficient Java serialization. This is the main Kryo artifact.
JSON Lib Apache 2.0
com.fasterxml.jackson.core » jackson-databind
General data-binding functionality for Jackson: works on core streaming API
io.lettuce » lettuce-core
Advanced and thread-safe Java Redis client for synchronous, asynchronous,
Serializer Apache 2.0
io.protostuff » protostuff-core
protobuf serialization for mutable messages
Apache 2.0
io.protostuff » protostuff-runtime
protobuf serialization for pre-existing objects
org.slf4j » slf4j-log4j12
SLF4J Reload4j Provider
Testing Apache 2.0
org.springframework.boot » spring-boot-starter-test
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito
redis.clients » jedis
Jedis is a blazingly small and sane Redis java client.