0.1.0
SwiftCacher v0.1.0 Release Notes
We are excited to announce the first release of SwiftCacher, a Swift package that provides a simple key-value caching mechanism with persistence.
What's New in v0.1.0
- Initial release of SwiftCacher package.
- Basic caching functionality with object serialization and deserialization.
- Support for secure coding to ensure data integrity.
- Ability to create a cache directory on disk.
- Store and retrieve objects from the cache using a unique key.
- Remove specific objects from the cache.
- Remove all objects from the cache.
Full Changelog: https://github.com/stremovskyy/SwiftCacher/commits/v0.1.0