IdentityCache

class IdentityCache[source]

Bases: TextCache

A cache without functionality.

Mostly used for testing.

Methods Summary

get_texts(identifiers)

Get text for the given identifiers for the cache.

Methods Documentation

get_texts(identifiers: Sequence[str]) Sequence[str | None][source]

Get text for the given identifiers for the cache.

Parameters:

identifiers (Sequence[str])

Return type:

Sequence[str | None]