]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Changed the beaker cache example a bit to have a separate
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Feb 2010 21:43:19 +0000 (21:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Feb 2010 21:43:19 +0000 (21:43 +0000)
commita2a3b701c71b8c424c4e63ee455aed12db2c54e2
treed0eaa112db9260fc9958bba05faece812d0a7c2f
parente0b40f88446b86a46e6c066b0cb85510c38c4d1b
- Changed the beaker cache example a bit to have a separate
RelationCache option for lazyload caching.  This object
does a lookup among any number of potential attributes
more efficiently by grouping several into a common structure.
Both FromCache and RelationCache are simpler individually.
CHANGES
examples/beaker_caching/__init__.py
examples/beaker_caching/advanced.py
examples/beaker_caching/meta.py
examples/beaker_caching/model.py