Imagine that my entire ZODB database fits into RAM. What are the cache settings that I can use to make ZODB keep everything in memory and only use the disk for committing transactions? The connection methods setCacheSize, setCacheDeactivateAfter and setPoolSize sound promising but I can't find any documentation on what they actually do. Thanks for any help. Neil