Remove static content cache ! \param path - Static content path */
| 54 | \param path - Static content path |
| 55 | */ |
| 56 | void RemoveStaticContent(const CppCommon::Path& path) { _cache.remove_path(path); } |
| 57 | //! Clear static content cache |
| 58 | void ClearStaticContent() { _cache.clear(); } |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected