vyuh_cache 1.4.5
vyuh_cache: ^1.4.5 copied to clipboard
A flexible caching solution for Vyuh Framework Apps, offering time-based caching with pluggable storage backends to reduce API calls and boost performance.
1.4.5 #
- FIX: format fixes in readme.
1.4.4 #
- DOCS(vyuh_cache): Updated
description
in pubspec.yaml. - DOCS(vyuh_cache): Updated docs for
Cache<V>
. - DOCS(vyuh_cache): Added example.
- DOCS(vyuh_cache): Added
public_member_api_docs
forvyuh_cache
.
1.4.3 #
- FIX: readme updates.
1.4.2 #
- FIX: readme updates to make it more consistent.
1.4.1 #
- FIX: more readme updates to include emojis...added readme for vyuh_cache as well.
1.4.0 #
- FEAT: introducing a simpler way to load from a CMS document and rendering with various sections.
1.3.0 #
- FEAT: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context.
1.2.4 #
- REFACTOR: deps upgrade.
1.2.3 #
- FIX: adding API documentation..WIP.
1.2.2 #
- FIX: adding API documentation..WIP.
1.2.1 #
- FIX: adding API documentation..WIP.
1.2.0 #
- FEAT: adding the FSL license at the top level.
1.1.0 #
- FEAT: switching to the FSL license with future MIT license after 2 years.
1.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
1.0.0-beta.1 #
- Initial version.
- Supports time-based caching
- Supports custom cache storage, with default support for Memory-based Cache.