Package com.emc.d2fs.interfaces
Interface ICacheService
- All Superinterfaces:
ID2fsService
Cache management for dictionary and taxonomy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refreshDictionaryCache
(Context context, String name, boolean refreshAll) Refresh cache data for dictionaryvoid
refreshTaxomomyCache
(Context context, String name, boolean refreshAll) Refresh cache data for taxonomyMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
refreshDictionaryCache
Refresh cache data for dictionary- Parameters:
context
-Context
object containing informations about client/sessionname
- String value of dictionary namerefreshAll
- boolean, if true refresh all data- Throws:
D2fsException
- Since:
- 4.0.1
-
refreshTaxomomyCache
Refresh cache data for taxonomy- Parameters:
context
-Context
object containing informations about client/sessionname
- String value of taxonomy namerefreshAll
- boolean, if true refresh all data- Throws:
D2fsException
- Since:
- 4.0.1
-