menu
anteater package
documentation
neural/cache/embedding_cache.dart
EmbeddingCache
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Whether the cache is empty.
Implementation
bool get isEmpty => _cache.isEmpty;
anteater package
documentation
neural/cache/embedding_cache
EmbeddingCache
isEmpty property
EmbeddingCache class