Clear removes everything from the cache
()
| 238 | |
| 239 | // Clear removes everything from the cache |
| 240 | func Clear() { |
| 241 | createOnFirstUse() |
| 242 | c.Clear() |
| 243 | ClearMappings() |
| 244 | } |
| 245 | |
| 246 | // Entries returns the number of entries in the cache |
| 247 | func Entries() int { |
searching dependent graphs…