Package com.transifex.txnative.cache
Class TxReadonlyCacheDecorator
java.lang.Object
com.transifex.txnative.cache.TxDecoratorCache
com.transifex.txnative.cache.TxReadonlyCacheDecorator
- All Implemented Interfaces:
TxCache
Decorator class that makes the internal cache read-only so that no update operations are allowed.
-
Field Summary
Fields inherited from class com.transifex.txnative.cache.TxDecoratorCache
mInternalCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(LocaleData.TranslationMap translationMap) This method is a no-op as this cache decorator is read-only.Methods inherited from class com.transifex.txnative.cache.TxDecoratorCache
get, get
-
Constructor Details
-
TxReadonlyCacheDecorator
-
-
Method Details
-
update
This method is a no-op as this cache decorator is read-only.- Specified by:
update
in interfaceTxCache
- Overrides:
update
in classTxDecoratorCache
-