| 437 | } |
| 438 | |
| 439 | virtual void put( |
| 440 | const std::string& category, const Blob& key, const Blob& value) { |
| 441 | return get_impl()->put(category, key, value); |
| 442 | } |
| 443 | |
| 444 | virtual bool support_dump_cache() { return get_impl()->support_dump_cache(); } |
| 445 |
no outgoing calls