923924925926927928929
QueryCache queryCache = _ctx.getConfiguration().getDataCacheManagerInstance().getSystemQueryCache(); if (queryCache == null) { return sq; } return new QueryCacheStoreQuery(sq, queryCache); }
933934935936937938939
922923924925926927928
942943944945946947948
904905906907908909910
926927928929930931932