|
@@ -1,12 +1,9 @@
|
|
|
package com.diagbot.facade;
|
|
|
|
|
|
-import com.diagbot.util.ListUtil;
|
|
|
import org.springframework.cache.annotation.CacheEvict;
|
|
|
import org.springframework.cache.annotation.Caching;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
/**
|
|
|
* @Description: 缓存实例
|
|
|
* @author: gaodm
|