-
is there any chance of you implementing a public facing api for database calls? I'm working on a Android app to track and read web/light novels and it would be great to be able to have Sources like m…
-
Seen on standard.dev on 2.14.0-beta.9
To reproduce:
1. Log in as a restricted user on phone/tablet
1. Log in as a full access user or admin on your laptop.
1. Use Medic Reporter to send N [Name]…
-
Hi, AdaptSize developers.
Your results are really outstanding.
I have read dozens of articles about caching algorithms in
Content Delivery Network (CDN) and none of the considering algorithm …
-
Edit: After further consideration, I realized that what I'm really looking for is more akin to a LRU eviction policy that only evicts if the last `access_time` is more than N (in our case, 90 days).
…
-
Being forced to provide a cache size during construction of the cache doesn't work well for our particular use case. The size of our cache is bounded in other more real-world ways and we don't need to…
-
Unless I'm missing something, enabling this app will slowly but steadily take up more and more memory/hd space as more and more IP addresses visit your site. I can see two solutions for this:
1. Fo…
-
I wanted to run the Caffeine benchmarks, to check the latest changes in the [triava cche](https://github.com/trivago/triaval) changes. I have some feedback about the Caffeine documentation. I did not …
-
Hello Hazelcast team,
I am using your product on 3 of my app so far, very happy with performance during these years! I am now moving to docker and try to migrate.
I could make a demo with your bas…
-
Supports LRU and LFU eviction policy.
Supports time to live and max idle time support.
Supports size limitation. If cache max size reached then elements evicted according eviction policy and/or object…
-
Hi, since last update we are seeing ConcurrentConnectionsExceededException (something we have not seen before). It this something new? or maybe in redis core?
I dont think we have any limiting set…