checkInterest

fun checkInterest(id: UUID)

Check if interest in the file associated with the provided fileCache id still exists (interest count 0). If there is no file interest the file is closed and fully removed from the fileCache.

Parameters

id

The UUID that uniquely identifies the target file in the cache.