2014-09-29 UTC
# ben_thatmustbeme right now I store everything in the DB, but since queries are much slower than disk access, I have timestamped caches of search results in files on disk. As long as I make sure that everything that could possibly effect those cached queries is set to update the cache, I could drop the requirement that queries have a finite cache time. and just keep then indefinitely.