aero_cache library

Classes

AeroCache
High-performance cache library for Dart/Flutter with zstd compression
MetaInfo
Metadata information for cached content

Typedefs

ProgressCallback = void Function(int received, int total)
Callback function for progress updates during download

Exceptions / Errors

AeroCacheException
Base exception class for all AeroCache operations
CompressionException
Exception thrown when compression/decompression fails
InitializationException
Exception thrown when cache initialization fails
NetworkException
Exception thrown when network operations fail
SerializationException
Exception thrown when cache serialization/deserialization fails
StorageException
Exception thrown when storage operations fail
ValidationException
Exception thrown when validation fails