deregisterInterest

fun deregisterInterest(id: UUID, interestedPartId: UUID? = null)

Deregister interest in the file associated with the provided fileCache id. If the resulting interest count is 0, the file is closed and fully removed from the fileCache.

Parameters

id

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

interestedPartId

The unique identifier of the party claiming it is no longer interested in the file.