接口 ProductBrandCache
- 所有已知实现类:
LocalProductBrandCache,RedisProductBrandCache
public interface ProductBrandCache
-
方法概要
修饰符和类型方法说明get(int id) getList()voidremove(int id) voidsave(EbProductBrand category) voidupdate(EbProductBrand category)
-
方法详细资料
-
get
-
save
-
update
-
remove
void remove(int id) -
getList
List<EbProductBrand> getList()
-