ref[SingleCache]: move SingleCache to scheduler

This commit is contained in:
godotg
2024-03-28 10:35:55 +08:00
parent 41584f03f9
commit 2f55bbb387
@@ -11,9 +11,7 @@
* See the License for the specific language governing permissions and limitations under the License.
*/
package com.zfoo.net.util;
import com.zfoo.scheduler.util.TimeUtils;
package com.zfoo.scheduler.util;
import java.util.concurrent.atomic.AtomicLong;
import java.util.function.Supplier;