| 4766 | } |
| 4767 | |
| 4768 | QueryConditionCachePtr Context::getQueryConditionCache() const |
| 4769 | { |
| 4770 | SharedLockGuard lock(shared->mutex); |
| 4771 | return shared->query_condition_cache; |
| 4772 | } |
| 4773 | |
| 4774 | void Context::updateQueryConditionCacheConfiguration(const Poco::Util::AbstractConfiguration & config, size_t max_cache_size) |
| 4775 | { |
no outgoing calls
no test coverage detected