Clears the program cache.
| 78 | |
| 79 | /// Clears the program cache. |
| 80 | void clear() |
| 81 | { |
| 82 | m_cache.clear(); |
| 83 | } |
| 84 | |
| 85 | /// Returns the program object with \p key. Returns a null optional if no |
| 86 | /// program with \p key exists in the cache. |
nothing calls this directly
no outgoing calls
no test coverage detected