Class NtsDefaultLocationCacheable
- java.lang.Object
-
- org.nentangso.core.service.helper.location.NtsDefaultLocationCacheable
-
public class NtsDefaultLocationCacheable extends Object
-
-
Constructor Summary
Constructors Constructor Description NtsDefaultLocationCacheable(NtsProperties ntsProperties, javax.cache.configuration.Configuration<Object,Object> jcacheConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclearCacheLocations()Map<Long,NtsDefaultLocationDTO>getCacheLocations()voidsetCacheLocations(Map<Long,NtsDefaultLocationDTO> items)
-
-
-
Constructor Detail
-
NtsDefaultLocationCacheable
public NtsDefaultLocationCacheable(NtsProperties ntsProperties, javax.cache.configuration.Configuration<Object,Object> jcacheConfiguration)
-
-
Method Detail
-
getCacheLocations
public Map<Long,NtsDefaultLocationDTO> getCacheLocations()
-
setCacheLocations
public void setCacheLocations(Map<Long,NtsDefaultLocationDTO> items)
-
clearCacheLocations
public boolean clearCacheLocations()
-
-