All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.wizzer.app.cms.modules.services.CmsSiteService Maven / Gradle / Ivy

There is a newer version: 5.2.8-zookeeper
Show newest version
package cn.wizzer.app.cms.modules.services;

import cn.wizzer.framework.base.service.BaseService;
import cn.wizzer.app.cms.modules.models.Cms_site;

public interface CmsSiteService extends BaseService {
    /**
     * 通过编码获取站点信息
     *
     * @param code
     * @return
     */
    Cms_site getSite(String code);

    /**
     * 清空缓存
     */
    void clearCache();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy