endContentAccess()
Called if the discardable contents are no longer being accessed.
Declaration
func endContentAccess()Discussion
This method decrements the counter variable of the object, which will usually bring the value of the counter variable back down to 0, which allows the discardable contents of the object to be thrown away if necessary.