Class NtsDefaultLocationCacheable
- java.lang.Object
-
- org.nentangso.core.service.helper.location.NtsDefaultLocationCacheable
-
@ConditionalOnProperty(prefix="nts.helper.location", name="enabled", havingValue="true") @Component 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 reactor.core.publisher.Mono<Map<Long,NtsDefaultLocationDTO>>getCacheLocations()reactor.core.publisher.Mono<Map<Long,NtsDefaultLocationDTO>>setCacheLocations(Map<Long,NtsDefaultLocationDTO> items)
-
-
-
Constructor Detail
-
NtsDefaultLocationCacheable
public NtsDefaultLocationCacheable(NtsProperties ntsProperties, javax.cache.configuration.Configuration<Object,Object> jcacheConfiguration)
-
-
Method Detail
-
getCacheLocations
public reactor.core.publisher.Mono<Map<Long,NtsDefaultLocationDTO>> getCacheLocations()
-
setCacheLocations
public reactor.core.publisher.Mono<Map<Long,NtsDefaultLocationDTO>> setCacheLocations(Map<Long,NtsDefaultLocationDTO> items)
-
-