Uses of Class
com.couchbase.client.java.util.LRUCache
-
Packages that use LRUCache Package Description com.couchbase.client.java.query.core -
-
Uses of LRUCache in com.couchbase.client.java.query.core
Constructors in com.couchbase.client.java.query.core with parameters of type LRUCache Constructor Description N1qlQueryExecutor(ClusterFacade core, String bucket, String username, String password, LRUCache<String,PreparedPayload> lruCache, boolean encodedPlanEnabled)
This constructor is for testing purpose, prefer usingN1qlQueryExecutor(ClusterFacade, String, String, String)
.
-