refactor: 更换 SaMapPackage 包名

This commit is contained in:
click33 2025-03-08 20:27:07 +08:00
parent 9095ea3851
commit abc2b0be69
5 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@ package cn.dev33.satoken.dao;
import cn.dev33.satoken.dao.auto.SaTokenDaoByStringFollowObject; 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.dao.timedcache.SaTimedCache;
import cn.dev33.satoken.util.SaFoxUtil; import cn.dev33.satoken.util.SaFoxUtil;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package cn.dev33.satoken.dao.map; package cn.dev33.satoken.dao.timedcache;
import java.util.Set; import java.util.Set;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package cn.dev33.satoken.dao.map; package cn.dev33.satoken.dao.timedcache;
import java.util.Set; import java.util.Set;
import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentHashMap;

View File

@ -18,7 +18,6 @@ package cn.dev33.satoken.dao.timedcache;
import cn.dev33.satoken.SaManager; import cn.dev33.satoken.SaManager;
import cn.dev33.satoken.dao.SaTokenDao; import cn.dev33.satoken.dao.SaTokenDao;
import cn.dev33.satoken.dao.map.SaMapPackage;
import java.util.Set; import java.util.Set;

View File

@ -15,7 +15,7 @@
*/ */
package cn.dev33.satoken.dao; 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.Cache;
import com.github.benmanes.caffeine.cache.Caffeine; import com.github.benmanes.caffeine.cache.Caffeine;