I'm interested in maximizing cache hits and efficiency for a slow-changing site. The virtual host doesn't have a huge amount of RAM, but I'd like to use what's available for varnish, but to fall back to disk cache if there isn't enough memory.
Is it possible to do this with a single instance of varnish? The docs describe "file" and "malloc" storage as distinct options.