init initializes or clears all entries.
()
| 167 | type cacheStore interface { |
| 168 | // init initializes or clears all entries. |
| 169 | init() |
| 170 | // get returns the entry by key. |
| 171 | get(key interface{}) *Entry |
| 172 | // add stores an entry. |
no outgoing calls
no test coverage detected