Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 20, 2024
1 parent 6cd03e6 commit 262584a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changes/DM-45775.api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ``DatastoreCacheManager.create_disabled()`` to create a cache manager which is disabled by default but can be enabled via the environment.
2 changes: 2 additions & 0 deletions doc/changes/DM-45775.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added an expiration mode of "disabled" to the datastore cache manager.
This allows an environment variable to be used to disable caching completely, or allows for a default configuration to be disabled and for environment variables to enable caching.
2 changes: 2 additions & 0 deletions doc/changes/DM-45775.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Enabled remote butler to utilize a datastore cache.
By default clients created using a factory method will use a disabled cache that can be enabled by an environment variable and clients created from ``Butler()`` will use a default cache configuration.

0 comments on commit 262584a

Please sign in to comment.