You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am working with a cache where it is required for a prefix to be added to the cache key before keying into the cache. However, when I begin the cache key with this prefix, it seems like there is a url that is being prepended to the entirety of the cache key, which prevents the entry from keying into the cache. This feature seems to be implemented here: https://github.com/MarcGiffing/bucket4j-spring-boot-starter/issues/19. I was wondering whether there is any way that we can add functionality for a prefix to prepend the entirety of the key (url + specified key) or restructure the key as a whole to be able to add a prefix. Thank you!
The text was updated successfully, but these errors were encountered:
Hi! I am working with a cache where it is required for a prefix to be added to the cache key before keying into the cache. However, when I begin the cache key with this prefix, it seems like there is a url that is being prepended to the entirety of the cache key, which prevents the entry from keying into the cache. This feature seems to be implemented here: https://github.com/MarcGiffing/bucket4j-spring-boot-starter/issues/19. I was wondering whether there is any way that we can add functionality for a prefix to prepend the entirety of the key (url + specified key) or restructure the key as a whole to be able to add a prefix. Thank you!
The text was updated successfully, but these errors were encountered: