package com.x.attendance.assemble.control; import com.x.base.core.entity.JpaObject; import com.x.base.core.project.cache.ApplicationCache; import com.x.base.core.project.cache.CacheManager; /** * 缓存管理帮助类 * */ public class CacheUtil { public static void notify( Class clz ) throws Exception { CacheManager.notify( clz ); } }