Contents

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.

See Also

Adding and Removing Cached Values