AWS SDK for C++

AWS SDK for C++ Version 1.11.804

Loading...
Searching...
No Matches
Public Attributes | List of all members
Aws::Utils::Cache< TKey, TValue >::Value Struct Reference

#include <Cache.h>

Public Attributes

 
TValue val
 

Detailed Description

template<typename TKey, typename TValue>
struct Aws::Utils::Cache< TKey, TValue >::Value

Definition at line 31 of file Cache.h.

Member Data Documentation

◆ expiration

template<typename TKey , typename TValue >
DateTime Aws::Utils::Cache< TKey, TValue >::Value::expiration

Definition at line 33 of file Cache.h.

◆ val

template<typename TKey , typename TValue >
TValue Aws::Utils::Cache< TKey, TValue >::Value::val

Definition at line 34 of file Cache.h.


The documentation for this struct was generated from the following file: