-
Updated
May 30, 2022 - Go
caching
Here are 1,193 public repositories matching this topic...
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Dec 6, 2019 - Java
-
Updated
Jun 3, 2022 - C
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
May 20, 2022 - Python
-
Updated
May 22, 2022 - Python
-
Updated
May 30, 2022 - Go
-
Updated
Feb 2, 2022 - C#
-
Updated
May 17, 2022 - Dart
-
Updated
Mar 23, 2022 - Go
-
Updated
Apr 5, 2022 - Go
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
Eviction hooks
Hi there,
Does EasyCaching support any callback capabilities so we can be notified when an InMemory item is evicted/expires?
I can't seem to find any documentation.
thanks!
-
Updated
May 31, 2022 - Elixir
-
Updated
Jun 2, 2022 - Elixir
-
Updated
Mar 10, 2022 - Rust
-
Updated
Apr 15, 2022 - C#
Before submitting an issue please check that you’ve completed the following steps:
- Made sure you’re on the latest version
3.10.5 - Used the search feature to ensure that the bug hasn’t been reported before
Describe the bug
When Delay JavaScript Execution is used with the WP Search with Algolia, the search featyre is
-
Updated
May 26, 2022 - C#
Improve this page
Add a description, image, and links to the caching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the caching topic, visit your repo's landing page and select "manage topics."
Describe the bug
The IMap.get() call will be blocked forever when a
com.datastax.oss.driver.api.core.NoNodeAvailableExceptionis thrown from the MapStore.Setup:
Hazelcast v5.1.1
Cassandra SDK v4.14.1
Client-server setup
Read through cache, Cassandra DB gets called on a cache miss.
Test scenario: Read through cache, Cassandra server is down:
We tested the scenario whe