多级缓存核心模块

Compile Dependencies (11)

Category/LicenseGroup / ArtifactVersionUpdates
JSON Lib Apache 2.0
com.alibaba » fastjson(optional)
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
Serializer BSD 3-clause
com.esotericsoftware » kryo-shaded(optional)
Fast, efficient Java serialization. This is the main Kryo artifact.
JSON Lib Apache 2.0
com.fasterxml.jackson.core » jackson-databind(optional)
General data-binding functionality for Jackson: works on core streaming API
Cache Impl Apache 2.0
com.github.ben-manes.caffeine » caffeine(optional)
Caffeine is a high performance, near optimal caching library. It provides an in-memory cache using a Google Guava ...
io.lettuce » lettuce-core(optional)
Advanced and thread-safe Java Redis client for synchronous, asynchronous,
Serializer Apache 2.0
io.protostuff » protostuff-core(optional)
protobuf serialization for mutable messages
Apache 2.0
io.protostuff » protostuff-runtime(optional)
protobuf serialization for pre-existing objects
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.
Dep Injection Apache 2.0
org.springframework » spring-beans(optional)
Spring Beans provides the configuration framework and basic functionality to instantiate, configure, and assemble java ...
Dep Injection Apache 2.0
org.springframework » spring-context(optional)
Spring Context provides access to configured objects like a registry (a context). It inherits its features from Spring ...

Provided Dependencies (1)

Category/LicenseGroup / ArtifactVersionUpdates
CodeGen MIT
org.projectlombok » lombok(optional)
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ...

Test Dependencies (2)

Category/LicenseGroup / ArtifactVersionUpdates
org.slf4j » slf4j-log4j12(optional)
SLF4J Reload4j Provider
Testing Apache 2.0
org.springframework.boot » spring-boot-starter-test(optional)
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito