userver: userver/cache/base_postgres_cache_fwd.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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