Returns the total capacity of the cache.
| 72 | |
| 73 | /// Returns the total capacity of the cache. |
| 74 | size_t capacity() const |
| 75 | { |
| 76 | return m_cache.capacity(); |
| 77 | } |
| 78 | |
| 79 | /// Clears the program cache. |
| 80 | void clear() |
nothing calls this directly
no outgoing calls
no test coverage detected