Skip to content

Commit

Permalink
#238: support for Caffeine
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Mar 4, 2022
1 parent 4fe372a commit 4280ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ In addition to local in-memory buckets, the Bucket4j supports clustered usage sc
Sometimes you are having deal with bucket per key scenarios but distributed synchronization is unnecessary, for example where request stickiness is provided by a load balancer, or other use-cases where stickiness can be achieved by the application itself, for example, Kafka consumer. For such scenarios Bucket4j provides support for following list of local caching libraries:
| Back-end | Documentation link |
| :--- | :---: |
| ```Caffeine``` | [bucket4j-caffeine](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/master/bucket4j-redis/src/main/java/io/github/bucket4j/redis/redisson/cas/RedissonBasedProxyManager.java) |
| ```Caffeine``` | [bucket4j-caffeine](https://github.com/vladimir-bukhtoyarov/bucket4j/blob/7.3/bucket4j-caffeine/src/main/java/io/github/bucket4j/caffeine/CaffeineProxyManager.java) |

## [Documentation](https://bucket4j.com)
* [Official reference](https://bucket4j.com/7.3.0/toc.html)
Expand Down

0 comments on commit 4280ffa

Please sign in to comment.