Perform cahce invalidation (Lucene IndexReader/Searcher) in the backround.
Cache invalidation (of Lucene IndexReader/Searcher) is now performed in the background by a scheduled thread. In
order to revert back to perform it syncronous with an operation (if invalidation is required), set:
compass.engine.cacheAsyncInvalidation to false.