On 3/2/2010 10:37 AM, Michael Bayer wrote:
Boda Cydo wrote:
Hello,

I have a problem that I don't know how to approach. Here it is:

Suppose I have a mapped class `Article` and I have a mapped class
`Author`. `Article.author` is a relation on `Author` that returns the
author of the `Article`. How do I make `Article.author` to cache the
value in memcached?
Use the "beaker caching" recipe introduced at:

http://www.sqlalchemy.org/docs/examples.html#module-beaker_caching

For posterity, it looks like the URL has changed to http://www.sqlalchemy.org/docs/orm/examples.html?highlight=caching#beaker-caching.


--

Don Dwiggins
Advanced Publishing Technology


--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to