ContentReferenceCacheLoadStrategyProviderBase
class ContentReferenceCacheLoadStrategyProviderBase
Bases: ABC, Generic[TContent]
Generic base class for content reference cache load strategy providers.
__init__()
Methods
__init__() |
|
|---|---|
get_destination_cache_load_strategy() |
Gets the cache load strategy for destination endpoints. |
get_source_cache_load_strategy() |
Gets the cache load strategy for source endpoints. |
abstractmethod get_source_cache_load_strategy()
Gets the cache load strategy for source endpoints.
Returns: The cache load strategy.
abstractmethod get_destination_cache_load_strategy()
Gets the cache load strategy for destination endpoints.
Returns: The cache load strategy.