TxDecoratorCache |
Decorator class managing an internal cache and propagating the get() and update() protocol method
calls to said cache.
|
TxDiskTranslationsProvider |
Translations provider that loads translations from disk or the application's raw asset files
depending on the constructor used.
|
TxFileOutputCacheDecorator |
Decorator class responsible for storing any updates of the translations to a directory specified
in the constructor.
|
TxMemoryCache |
A cache that holds translations in memory.
|
TxProviderBasedCache |
Composite class that accepts a number of translations providers and an internal cache.
|
TxReadonlyCacheDecorator |
Decorator class that makes the internal cache read-only so that no update operations are allowed.
|
TxStandardCache |
The standard cache configuration that the TxNative SDK is initialized with, if no other cache is
provided.
|
TxUpdateFilterCache |
|