基于 J2Cache 的二级缓存系统 atoms

码农软件 · 软件分类 · 缓存系统 · 2019-08-29 17:56:36

软件介绍

atoms 是一个基于 J2Cache 思想实现的二级缓存系统。支持2级并不限于2级的多级缓存系统。

  • 广播支持 zookeeper,redis,jgroups

  • 缓存支持 ehcache,redis,ssdb

  • 序列化支持 fst,kryo,kryopool,java自身序列化

  • 配置方式支持spring配置,和atoms原生xml配置。

使用代码:

CacheChannel cc=CacheChannel.getInstance();
cc.set("jobell", "hello", "nihaoya");
cc.evict("jobell", "hello");
while(true){
    Object value=cc.get("jobell", "hello");
    if(value==null){
        System.out.println("==============="+value);
    }else{
        System.out.println("==============="+value);
    }
}

本文地址:https://codercto.com/soft/d/13444.html

Letting Go of the Words

Letting Go of the Words

Janice (Ginny) Redish / Morgan Kaufmann / 2007-06-11 / USD 49.95

"Redish has done her homework and created a thorough overview of the issues in writing for the Web. Ironically, I must recommend that you read her every word so that you can find out why your customer......一起来看看 《Letting Go of the Words》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具