public interface LocalizedTextSetCache
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the cache.
|
Set<LocalizedTextSet> |
getCachedTextSets() |
LocalizedTextSet |
getLocalizedTextSet(String application,
String group)
Gets a
LocalizedTextSet for a group of items from the cache. |
void |
reload()
Reloads all LocalizedTextSet instances kept in the cache.
|
void |
reload(String application,
String group)
Reloads the specific LocalizedTextSet instance if kept in the cache.
|
int |
size() |
void |
storeLocalizedTextSet(LocalizedTextSet textSet)
Stores a LocalizedTextSet in the cache.
|
LocalizedTextSet getLocalizedTextSet(String application, String group)
LocalizedTextSet for a group of items from the cache.application - Application to get the group of items from.group - Name of the group.void storeLocalizedTextSet(LocalizedTextSet textSet)
textSet - LocalizedTextSet to save.int size()
void clear()
void reload()
void reload(String application, String group)
application - Application of the set of items.group - Group of the set of items.Set<LocalizedTextSet> getCachedTextSets()
Copyright © 2017. All rights reserved.