Subversion Repositories SmartDukaan

Rev

Rev 24440 | Rev 29854 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24440 Rev 24764
Line 1... Line 1...
1
package com.spice.profitmandi.dao.config;
1
package com.spice.profitmandi.dao.config;
2
 
2
 
3
import java.time.LocalDateTime;
-
 
4
import java.time.LocalTime;
-
 
5
import java.time.temporal.ChronoField;
-
 
6
import java.util.concurrent.TimeUnit;
3
import java.util.concurrent.TimeUnit;
7
 
4
 
8
import org.springframework.cache.CacheManager;
5
import org.springframework.cache.CacheManager;
9
import org.springframework.cache.annotation.CachingConfigurerSupport;
6
import org.springframework.cache.annotation.CachingConfigurerSupport;
10
import org.springframework.cache.annotation.EnableCaching;
7
import org.springframework.cache.annotation.EnableCaching;