#
jcache
Here are 19 public repositories matching this topic...
Red Hat Datagrid simple tutorials
-
Updated
Apr 9, 2020 - Java
Example app to show JCache on Thorntail with Inifispan or Hazelcast
-
Updated
Jun 6, 2020 - Java
modular framework with many ready-to-use modules
lightweight
memcached
modular
rest
mongodb
rabbitmq
jax-rs
jdbc
healthcheck
web-framework
activemq
hibernate
undertow
jetty
webframework
mybatis
guice
resteasy
restful-webservices
jcache
-
Updated
Jun 6, 2020 - Java
-
Updated
Jul 10, 2017 - Java
This repository includes the source code of my talk at the JUG Saxony Camp 2017 in Leipzig. The lecture discussed caching techniques for Java EE applications based on JCache API.
-
Updated
Mar 2, 2018 - Java
Use EhCache3 as JCache (JSR-107) Implementation with Cache Statistics
-
Updated
Oct 28, 2018 - Java
State of the art rate-limiting in Java.
java
redis
distributed-systems
microservices
hazelcast
cache
rate-limiting
token-bucket
jcache
sliding-window
fixed-window
-
Updated
Dec 4, 2018 - Java
Implementation of core-service as review-service
-
Updated
Jun 7, 2020 - Java
KumuluzEE JCache for implementing caching in KumuluzEE microservices using JCache annotations.
-
Updated
Jan 29, 2020 - Java
Implementation of core-service as product-service
-
Updated
Jun 6, 2020 - Java
Shows how trying to use a custom expiry policy class causes a ClassNotFoundException
-
Updated
Nov 21, 2018 - Java
Improve this page
Add a description, image, and links to the jcache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jcache topic, visit your repo's landing page and select "manage topics."
The token bucket algorithm is well explained in many papers and wiki pages. But, Bucket4j is token-bucket on steroids, Bucket4j contain several addons to original math foundation of token bucket, but requests like this vladimir-bukhtoyarov/bucket4j#86 point that these addons are not well explained. To close documentation dept it is need to dedicated page with many real exam