Skip to content

yongdi/cache-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

说明 Description

本项目使用EhCache缓存数据和方法,缓存在JVM本地
this project uses ehcache for caching both data and method in Local JVM

导入 import

<dependency>
  <groupId>net.sf.ehcache</groupId>
    <artifactId>ehcache</artifactId>
    <version>2.9.0</version>
</dependency>
<dependency>
    <groupId>joda-time</groupId>
    <artifactId>joda-time</artifactId>
    <version>2.9.4</version>
</dependency>

用法 usage

  • 配置文件:EhCacheConfig
    configuration: EhCacheConfig
  • 使用参照Example
    see Example

About

cache by ehcache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages