Understand cacheout versioning and API stability
masterThe project follows Semantic Versioning (SemVer). Backwards compatibility is only guaranteed for the public API, which consists of objects imported directly into the cacheout module.
To ensure your integration does not break during MINOR version updates, you should only import and use objects from the main cacheout module. Objects located in other parts of the library (internal modules or sub-packages) may undergo breaking changes even in minor releases.