HttpRuntime.Cache and Service Layer

怎甘沉沦 提交于 2019-12-24 18:26:06

问题


I have Entity Framework level-2 caching classes in seprate project named Cache Layer,which use HttpRuntime.Cache for caching, Now i want use that in my Service Layer for caching EF Code First Database results.

There is Coupling between HttpRuntime and Service Layer? If yes, How i can use HttpRuntime.Cache in Service Layer without coupling?

来源:https://stackoverflow.com/questions/14853827/httpruntime-cache-and-service-layer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!