Package org.cxbox.source.services.cache
Class DictionaryItemCacheLoader
- java.lang.Object
-
- org.cxbox.source.services.cache.DictionaryItemCacheLoader
-
- All Implemented Interfaces:
DictionaryCacheLoader
@Service public class DictionaryItemCacheLoader extends Object implements DictionaryCacheLoader
-
-
Constructor Summary
Constructors Constructor Description DictionaryItemCacheLoader(org.cxbox.model.core.dao.JpaDao jpaDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLoaderName()List<SimpleDictionary>load()
-
-
-
Method Detail
-
getLoaderName
public String getLoaderName()
- Specified by:
getLoaderNamein interfaceDictionaryCacheLoader
-
load
public List<SimpleDictionary> load()
- Specified by:
loadin interfaceDictionaryCacheLoader
-
-