mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-20 18:47:25 +08:00
refactor: 更换 SaMapPackage 包名
This commit is contained in:
@@ -17,7 +17,7 @@ package cn.dev33.satoken.dao;
|
||||
|
||||
|
||||
import cn.dev33.satoken.dao.auto.SaTokenDaoByStringFollowObject;
|
||||
import cn.dev33.satoken.dao.map.SaMapPackageForConcurrentHashMap;
|
||||
import cn.dev33.satoken.dao.timedcache.SaMapPackageForConcurrentHashMap;
|
||||
import cn.dev33.satoken.dao.timedcache.SaTimedCache;
|
||||
import cn.dev33.satoken.util.SaFoxUtil;
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package cn.dev33.satoken.dao.map;
|
||||
package cn.dev33.satoken.dao.timedcache;
|
||||
|
||||
import java.util.Set;
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package cn.dev33.satoken.dao.map;
|
||||
package cn.dev33.satoken.dao.timedcache;
|
||||
|
||||
import java.util.Set;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
@@ -18,7 +18,6 @@ package cn.dev33.satoken.dao.timedcache;
|
||||
|
||||
import cn.dev33.satoken.SaManager;
|
||||
import cn.dev33.satoken.dao.SaTokenDao;
|
||||
import cn.dev33.satoken.dao.map.SaMapPackage;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package cn.dev33.satoken.dao;
|
||||
|
||||
import cn.dev33.satoken.dao.map.SaMapPackage;
|
||||
import cn.dev33.satoken.dao.timedcache.SaMapPackage;
|
||||
import com.github.benmanes.caffeine.cache.Cache;
|
||||
import com.github.benmanes.caffeine.cache.Caffeine;
|
||||
|
||||
|
Reference in New Issue
Block a user