Close releases any resources held by the cache (connections, goroutines, etc.). Optional for in-memory implementations, required for networked caches.
()
| 46 | // Close releases any resources held by the cache (connections, goroutines, etc.). |
| 47 | // Optional for in-memory implementations, required for networked caches. |
| 48 | Close() error |
| 49 | } |
| 50 | |
| 51 | // DefaultCacheInterval defines how often the cache key "rotates" (i.e. effective TTL). |
no outgoing calls
no test coverage detected