Searched refs:isCacheable (Results 1 – 3 of 3) sorted by relevance
157 if (!layer->isCacheable()) return false; in put()
157 inline bool isCacheable() { in isCacheable() function
888 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()1023 private static boolean isCacheable(int statementType) { in isCacheable() method in SQLiteConnection