博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
memo:缓存工具JCS
阅读量:2811 次
发布时间:2019-05-13

本文共 1209 字,大约阅读时间需要 4 分钟。

JCS是 的简称。是一款纯java的缓存工具。官方介绍如下:

JCS is a distributed caching system written in java. It is intendedto speed up applications by providing a means to manage cached dataof various dynamic natures. Like any caching system, JCS isfor high read, low put applications. Latency times drop sharply andbottlenecks move away from the database in an effectively cachedsystem.

The JCS goes beyond simply caching objects in memory. It providesnumerous additional features:

  • Memory management
  • Disk overflow (and defragmentation)
  • Thread pool controls
  • Element grouping
  • Minimal dependencies
  • Quick nested categorical removal
  • Data expiration (idle time and max life)
  • Extensible framework
  • Fully configurable runtime parameters
  • Region data separation and configuration
  • Fine grained element configuration options
  • Remote synchronization
  • Remote store recovery
  • Non-blocking "zombie" (balking facade) pattern
  • Lateral distribution of elements via HTTP, TCP, or UDP
  • UDP Discovery of other caches
  • Element event handling
  • Remote server chaining (or clustering) and failover
  • Custom event logging hooks
  • Custom event queue injection
  • Custom object serializer injection
  • Key pattern matching retrieval
  • Network efficient multi-key retrieval
快速入门看官方网站

转载地址:http://bazhd.baihongyu.com/

你可能感兴趣的文章
SpringBoot热部署四种方式
查看>>
前端服务优化与后端服务优化
查看>>
Springboot整合异步定时任务
查看>>
Flink项目搭建
查看>>
五分钟构建apache Flink
查看>>
liunx安装 ClamAV杀毒
查看>>
并发测试
查看>>
win10运行Flink
查看>>
基于Web Audio API实现音频可视化效果
查看>>
Springboot 2.1.1版本搭建监控服务
查看>>
Spring或者Springboot实现多例
查看>>
redux-saga
查看>>
liunx怎么挂载本地yum源
查看>>
openJDK无法进行jmap
查看>>
list数据比对与list对象比对
查看>>
docker打包springboot与Springcloud项目
查看>>
stringRedisTemplate设置过期时间与Springboot2.X mybatis 批量更新删除插入查询
查看>>
list的去重,需要重写equals与hashCode
查看>>
基于k8s、docker、jenkins构建springboot服务
查看>>
离线安装docker
查看>>