Package com.emc.d2fs.interfaces
Interface ICacheService
- All Superinterfaces:
ID2fsService
Cache management for dictionary and taxonomy.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrefreshDictionaryCache(Context context, String name, boolean refreshAll) Refresh cache data for dictionaryvoidrefreshTaxomomyCache(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-Contextobject 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-Contextobject containing informations about client/sessionname- String value of taxonomy namerefreshAll- boolean, if true refresh all data- Throws:
D2fsException- Since:
- 4.0.1
-