| 426 | } |
| 427 | |
| 428 | std::shared_ptr<ExtendedPersistentCache> get_impl() { |
| 429 | if (!impl) { |
| 430 | load_config(); |
| 431 | } |
| 432 | return impl; |
| 433 | } |
| 434 | |
| 435 | virtual mgb::Maybe<Blob> get(const std::string& category, const Blob& key) { |
| 436 | return get_impl()->get(category, key); |