userver: userver/cache/base_postgres_cache_fwd.hpp Source File
Loading...
Searching...
No Matches
base_postgres_cache_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/cache/base_postgres_cache_fwd.hpp
4/// @brief Forward declaration of the components::PostgreCache.
5/// @see @ref pg_cache
6
7USERVER_NAMESPACE_BEGIN
8
9namespace components {
10
11template <typename PostgreCachePolicy>
12class PostgreCache;
13
14} // namespace components
15
16USERVER_NAMESPACE_END