Last Version

ruubypay-framework-cachex 1.1.0

实现一个微型的cache框架,仅提供非常简单的功能,配置根据key的缓存,可以设置超时时间,支持动态配置

License

License

GroupId

GroupId

com.github.chenhaiyangs
ArtifactId

ArtifactId

ruubypay-framework-cachex
Version

Version

1.1.0
Type

Type

jar
Description

Description

ruubypay-framework-cachex
实现一个微型的cache框架,仅提供非常简单的功能,配置根据key的缓存,可以设置超时时间,支持动态配置
Source Code Management

Source Code Management

https://github.com/chenhaiyangs/ruubypay-framework-cachex

Download ruubypay-framework-cachex 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.chenhaiyangs/ruubypay-framework-cachex/ -->
<dependency>
    <groupId>com.github.chenhaiyangs</groupId>
    <artifactId>ruubypay-framework-cachex</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/ruubypay-framework-cachex/
implementation 'com.github.chenhaiyangs:ruubypay-framework-cachex:1.1.0'
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/ruubypay-framework-cachex/
implementation ("com.github.chenhaiyangs:ruubypay-framework-cachex:1.1.0")
'com.github.chenhaiyangs:ruubypay-framework-cachex:jar:1.1.0'
<dependency org="com.github.chenhaiyangs" name="ruubypay-framework-cachex" rev="1.1.0">
  <artifact name="ruubypay-framework-cachex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenhaiyangs', module='ruubypay-framework-cachex', version='1.1.0')
)
libraryDependencies += "com.github.chenhaiyangs" % "ruubypay-framework-cachex" % "1.1.0"
[com.github.chenhaiyangs/ruubypay-framework-cachex "1.1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.8.10
redis.clients : jedis jar 2.8.2
com.dyuproject.protostuff : protostuff-core jar 1.0.8
com.dyuproject.protostuff : protostuff-runtime jar 1.0.8
org.projectlombok : lombok jar 1.16.10
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.3.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.