summaryrefslogtreecommitdiffstats
path: root/doc/development/caching.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2017-08-31 08:18:47 -0500
committerSol Jerome <sol.jerome@gmail.com>2017-08-31 08:18:47 -0500
commita0eeab0912fcfb72aa57fa9a6f612e8c6f3234ba (patch)
tree3faffdfa560526c299fdebeaf1368a0b2dc20924 /doc/development/caching.txt
parente193079d1779e4d66d80882e6f1c3ff9ba05619b (diff)
parent0985c2aed06c14d8b79805d21449f2f1d31dd20c (diff)
downloadbcfg2-a0eeab0912fcfb72aa57fa9a6f612e8c6f3234ba.tar.gz
bcfg2-a0eeab0912fcfb72aa57fa9a6f612e8c6f3234ba.tar.bz2
bcfg2-a0eeab0912fcfb72aa57fa9a6f612e8c6f3234ba.zip
Merge branch 'feature/ldap-enhancements' of https://github.com/AlexanderS/bcfg2
Diffstat (limited to 'doc/development/caching.txt')
-rw-r--r--doc/development/caching.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/caching.txt b/doc/development/caching.txt
index 83ec0290f..c8b7aba14 100644
--- a/doc/development/caching.txt
+++ b/doc/development/caching.txt
@@ -67,6 +67,9 @@ Currently known caches are:
| pkg_sets | <Collection.cachekey>`, | | for clients |
| | hash of the initial package selection | | |
+-------------+---------------------------------------+-------------------------------------------------+------------------------------------------------------+
+| Ldap, | Hostname, ``<query name>`` | :func:`processed result of the query | Cached results from the Ldap queries |
+| results, | | <Bcfg2.Server.Plugins.LdapQuery.process_result>`| |
++-------------+---------------------------------------+-------------------------------------------------+------------------------------------------------------+
These are enumerated so that they can be expired as needed by other
plugins or other code points.