()
| 24 | // method --- String() --- used for turning the key into an LRU and LockTab key. |
| 25 | type BurstCacheKey interface { |
| 26 | String() string |
| 27 | } |
| 28 | |
| 29 | // NewBurstCache makes a new burst cache with the given size and cacheLife. |
no outgoing calls
no test coverage detected