From 71a779cba1b2ef5cafe3c9cfd7f4981bd55b0244 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Wed, 10 Jan 2024 13:26:40 +0100 Subject: [PATCH] Remove references to Spotify FOSS Slack The FOSS Slack is being shut down. We will continue use GitHub issues, discussions, etc. for receiving feedback and bug reports. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a52bd5..75cf123 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![License](https://img.shields.io/github/license/spotify/SPTPersistentCache.svg)](LICENSE) [![CocoaPods](https://img.shields.io/cocoapods/v/SPTPersistentCache.svg)](https://cocoapods.org/?q=SPTPersistentCache) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -[![Spotify FOSS Slack](https://slackin.spotify.com/badge.svg)](https://slackin.spotify.com) [![Readme Score](http://readme-score-api.herokuapp.com/score.svg?url=https://github.com/spotify/sptpersistentcache)](http://clayallsopp.github.io/readme-score?url=https://github.com/spotify/sptpersistentcache) Everyone tries to implement a cache at some point in their app’s lifecycle, and this is ours. This is a library that allows people to cache `NSData` with time to live (TTL) values and semantics for disk management.