menu
anteater package
documentation
neural/cache/embedding_cache.dart
EmbeddingCache
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
functionId
)
Removes a function from the cache.
Implementation
void remove(String functionId) { _cache.remove(functionId); }
anteater package
documentation
neural/cache/embedding_cache
EmbeddingCache
remove method
EmbeddingCache class