Clear static content cache
| 56 | void RemoveStaticContent(const CppCommon::Path& path) { _cache.remove_path(path); } |
| 57 | //! Clear static content cache |
| 58 | void ClearStaticContent() { _cache.clear(); } |
| 59 | |
| 60 | //! Watchdog the static content cache |
| 61 | void Watchdog(const CppCommon::UtcTimestamp& utc = CppCommon::UtcTimestamp()) { _cache.watchdog(utc); } |