caching
Here are 774 public repositories matching this topic...
-
Updated
May 7, 2020 - Go
In the Cloud-native K8S environment, the logging architecture almost always assumes that all needed logs are sent to the stdout. It works as a unified source of logs where different tools read them, re-organize if needed, and route to the destinations like Analytics Dashboards etc.
Hazelcast Diagnostics are very useful when troubleshooting the performance and stability issues but currently, it
-
Updated
Dec 6, 2019 - Java
In varnishadm 6.1, documentation of timeout_idle says:
varnishadm param.show timeout_idle timeout_idle
Value is: 10.000 [seconds] Default is: 5.000 Minimum is: 0.000 Idle timeout for client connections. A connection is considered idle until we have received the full
As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.
Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg
According to the documentation of joblib.dump the function should return a list of filenames. However, as pointed out by Jan Katins if a file object is provided then no output is returned.
Is it a bug or a feature? Should the docs be updated or maybe
Since my test is a very few steps beyond the "Hello World" of your amazing CacheManager I'm pretty sure I'm failing somewhere but I'm totally blind and I can't get out of it by myself.
As the Issue title says, using the Extension.Caching I'm not able to catch any eviction event, here there is my test code, if you switch the two handles (commented / uncommented) everything works as expected.
Pl
-
Updated
May 24, 2020 - C
- https://www.youtube.com/watch?v=Hfgcg09srSo at around 35:00
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
Hello, is it expected that the cacheops.cache methods don't automatically include on the key the value returned by CACHEOPS_PREFIX if that function is defined?
if yes (that is, the current behavior is expected), maybe this should be documented with a Big Warning.
Anyway, t
Is there any tests code sample on Cached network manager? how we should write widget tests for it
Docs are outdated
Several features are either incorrectly documented or not covered in the docs.
These include:
- Request throttling
- Caching using Redis
- Using custom request and response formats
- Using OAuth
- The workings of Tortilla's dynamic configuration
We would like to support Graphite as a time series database when being used to front a dashboard.
-
Updated
Apr 27, 2020 - Elixir
It's useful model for extend the expiration automatically sometime.
I haven't found related infomation about this feature.
Would you consider to support this feature?
-
Updated
Mar 5, 2020 - Go
-
Updated
Feb 28, 2020 - C#
We need to implement integration/unit tests for internal/transport package.
-
Updated
May 20, 2020 - Elixir
-
Updated
Sep 30, 2019 - Ruby
-
Updated
May 13, 2020 - C++
Using locking mechanisms requires usage of raw sql queries to bypass Lada Cache.
https://laravel.com/docs/5.6/queries#pessimistic-locking
I'm using lockForUpdate, but it obviously won't work if there is caching in-between, because it is not possible to tell the DB to lock something if we never even reached the DB right?
The solution is simply resort to raw query i.e. using the \D
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."


Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS?
I'm having problems with the app getting stuck using the cached version when it was installed and never updating.
I even have offline-plugin responseStrategy set to network-first but it seems to always use the cached version after add