Can build InfinispanQueryCache by extending LRUQueryCache. This would make it easier to remember queries in infinispan as L2. Inside the buffer in memory just like LRUQueryCache as L1 caches. Wrap the query from the filter in FullTextFilterQuery and calculate the hash from the filter parameters. |