| 33 | } |
| 34 | |
| 35 | type contentCacheImpl struct { |
| 36 | pc *PersistentCache |
| 37 | st blob.Storage |
| 38 | fetchFullBlobs bool |
| 39 | } |
| 40 | |
| 41 | // ContentIDCacheKey computes the cache key for the provided content ID. |
| 42 | func ContentIDCacheKey(contentID string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected