Package com.j_spaces.jdbc
Class QueryCache
java.lang.Object
com.j_spaces.jdbc.QueryCache
- Direct Known Subclasses:
ConcurrentBoundedCache,ConcurrentSoftCache
Caches JDBC queries by their string representation
- Since:
- 6.1
- Author:
- anna
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddQueryToCache(String statement, Query query) abstract voidclear()static QueryCachecreate()abstract QuerygetQueryFromCache(String statement)
-
Constructor Details
-
QueryCache
public QueryCache()
-
-
Method Details
-
create
-
addQueryToCache
-
getQueryFromCache
-
clear
public abstract void clear()
-