public class CacheBackendDaoPostgres extends Object implements CacheBackendDao
| Constructor and Description |
|---|
CacheBackendDaoPostgres() |
| Modifier and Type | Method and Description |
|---|---|
String |
createHashRoot(String service,
String queryString) |
CacheEntryImpl |
lookup(Connection conn,
String service,
String queryString) |
void |
write(Connection conn,
String service,
String queryString,
InputStream in) |
public CacheEntryImpl lookup(Connection conn, String service, String queryString) throws SQLException
lookup in interface CacheBackendDaoSQLExceptionpublic void write(Connection conn, String service, String queryString, InputStream in) throws SQLException
write in interface CacheBackendDaoSQLExceptionCopyright © 2014. All Rights Reserved.