TextCache
- class TextCache[source]
Bases:
ABCAn interface for looking up text for various flavors of entity identifiers.
Methods Summary
get_texts(identifiers)Get text for the given identifiers for the cache.
get_texts_dict(identifiers)Get a dictionary from identifiers to their associated text.
Methods Documentation