[Zope-CVS] CVS: Products/PluggableAuthService/doc -
caching.stx:1.1.2.3
Jens Vagelpohl
jens at dataflake.org
Sat Nov 6 07:24:28 EST 2004
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv17113/doc
Modified Files:
Tag: jens-implement_caching_branch
caching.stx
Log Message:
- add comment to caching doc
=== Products/PluggableAuthService/doc/caching.stx 1.1.2.2 => 1.1.2.3 ===
--- Products/PluggableAuthService/doc/caching.stx:1.1.2.2 Sat Nov 6 06:36:42 2004
+++ Products/PluggableAuthService/doc/caching.stx Sat Nov 6 07:24:28 2004
@@ -25,6 +25,11 @@
cached values if needed. However, cache invalidation should be handled
by the plugins itself if it is possible.
+ The PluggableAuthService itself is also cacheable this way. Caching PAS
+ itself is the easiest way to achieve caching. In PAS, the _findUsers and
+ _verifyUser methods, being a suitably central spot for caching, have
+ been enhanced to use the PAS RAM Cache Manager if so configured.
+
How does a plugin programmer use it?
More information about the Zope-CVS
mailing list