VictorTzeng / Zxw.Framework.NetCore

基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
MIT License
765 stars 248 forks source link

RedisCacheAttribute 拦截好像在demo也没有实现 #28

Closed ghd258 closed 6 years ago

ghd258 commented 6 years ago

RedisCacheAttribute 拦截好像在demo也没有实现 应该是返回的类型有问题 有好的实现方法吗

VictorTzeng commented 6 years ago

是有的,不过在仓储接口层 image

ghd258 commented 6 years ago

这个返回值应该有问题

ghd258 commented 6 years ago

界面上没有调用这个

VictorTzeng commented 6 years ago

......建议你打断点一步步调试就会明白的