5#ifndef MOLYBDEN_HTTP_CACHE_HPP
6#define MOLYBDEN_HTTP_CACHE_HPP
36 virtual std::shared_ptr<Profile>
profile() = 0;
44 virtual void clear(std::function<
void()> callback) = 0;
An HTTP cache service.
Definition http_cache.hpp:29
virtual std::shared_ptr< Profile > profile()=0
Returns the profile of this http cache.
virtual void clear(std::function< void()> callback)=0
Marks all the cache entries for deletion.