接口 ProductCache

所有已知实现类:
LocalProductCache, RedisProductCache

public interface ProductCache
商品基本信息缓存。
作者:
时克英
  • 方法详细资料

    • get

      EbProduct get(long id)
    • save

      void save(EbProduct category)
    • update

      void update(EbProduct category)
    • remove

      void remove(long id)