-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyzing caching issues #27
Comments
Not really. But actually it would be a good feature to get some cache validation/stats via API. |
are you using |
Using it in Plone but outside PAS. |
Cache provider looked happens here https://github.com/bluedynamics/node.ext.ldap/blob/master/src/node/ext/ldap/base.py#L125 if you still need to hook up with Hope this helps in the meantime (until some cache verification API is implemented) |
Obviously the document registration of the memcached factory did not work for me. For the sake of completeness: as a workaround I implemented the following:
|
We configured node.ext.ldap according
https://pypi.python.org/pypi/node.ext.ldap#caching-support
However I can not see any cached entries in Memcached using
stats cachedump 1000
on the Memcached console.
Is there any reasonable way to analyze/debug the caching other than taking pdb? Some logging available?
The text was updated successfully, but these errors were encountered: