Template Struct content¶
Defined in File cache.h
Struct Documentation¶
-
template<typename
T= void>
structudho::cache::content¶ -
Public Functions
-
content()¶
-
content(const value_type &value)¶
-
boost::posix_time::ptime
created() const¶
-
boost::posix_time::ptime
updated() const¶
-
boost::posix_time::time_duration
age() const¶
-
boost::posix_time::time_duration
idle() const¶
-
const value_type &
value() const¶
-
void
update(const value_type &value)¶
-
void
update()¶
Public Members
-
boost::posix_time::ptime
_created¶
-
boost::posix_time::ptime
_updated¶
-
value_type
_value¶
Friends
- friend class boost::serialization::access
-