()
| 216 | } |
| 217 | |
| 218 | func (c *ThreadSafeCache) Capacity() int { |
| 219 | // TODO: Implement thread-safe capacity operation |
| 220 | return 0 |
| 221 | } |
| 222 | |
| 223 | func (c *ThreadSafeCache) HitRate() float64 { |
| 224 | // TODO: Implement thread-safe hit rate operation |
no outgoing calls