Removing an Item from the Cache Problem You want to remove an item from the cache. Solution Use the Cache::forget() method. Cache::forget($key); Discussion Nothing to discuss.