LDAPCache#
- class gafaelfawr.cache.LDAPCache(content)#
Bases:
PerUserCache,GenericA cache of LDAP data.
Methods Summary
get(username)Retrieve data from the cache.
Initialize the cache.
invalidate(username)Invalidate any cached data for a user.
store(username, data)Store data in the cache.
Methods Documentation
- get(username)#
Retrieve data from the cache.
- invalidate(username)#
Invalidate any cached data for a user.