removeObject(forKey:)
Removes the value of the specified key in the cache.
Declaration
func removeObject(forKey key: KeyType)Parameters
- key:
The key identifying the value to be removed.
Removes the value of the specified key in the cache.
func removeObject(forKey key: KeyType)The key identifying the value to be removed.