Giter Site home page Giter Site logo

Comments (2)

areyouok avatar areyouok commented on May 21, 2024

我需要了解更多信息,我看了一下J2Cache也是一个缓存框架,支持内存缓存和redis,那么jetcache在上面再封装一层的意义是什么呢?

jetcache本身是模块化的,增加新的底层缓存非常容易。只需要增加maven模块就可以了,而且并不一定要做到jetcache这个工程组里面。例如,对tair相关的支持(没有开源)有两个模块,一个提供了tair支持,一个提供了相关的spring boot starter方式的配置支持,这两个模块就不在github上开源的这组工程里面。

工作量上来说,以redis支持为例,使用jedis的实现在jetcache-redis中,只有3个类,大约300行。另外spring boot starter支持在jetcache-autoconfigure中(这里没有拆),只有一个类,约150行。

由于现在redis应用普遍,以及个人精力原因,除了redis和tair暂时还没有支持更多的分布式缓存系统。不过这并不妨碍其他人来实现。目前jetache还有一些其他需要完善的地方(比如基于注解不能删除和更新缓存),当前个人精力主要在完善这些方面。

from jetcache.

cckmit avatar cckmit commented on May 21, 2024

cacheType 缓存是如何同步的啊

from jetcache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.