Skip to content

0.1.0

Compare
Choose a tag to compare
@stremovskyy stremovskyy released this 17 May 17:39
· 4 commits to main since this release
5768f83

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