5#ifndef MOLYBDEN_HTTP_AUTH_CACHE_HPP
6#define MOLYBDEN_HTTP_AUTH_CACHE_HPP
26 virtual std::shared_ptr<Profile>
profile() = 0;
An HTTP authentication cache service.
Definition http_auth_cache.hpp:19
virtual std::shared_ptr< Profile > profile()=0
Returns the profile of this http cache.
virtual void clear()=0
Clears all added HTTP authentication entries.