Skip to content

NationalSecurityAgency/datawave-spring-boot-starter-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataWave Spring Boot Starter for Caching

Apache License Build Status

This starter provides customization of all the default spring boot cache configuration types. The only real difference over the default Spring Boot behavior is that the created cache manager beans are annotated with @Primary so that they will be used by default. This starter can be used when other named cache managers are created that are intended to be different from the built-in Spring cache management.