Memory Cache (DataTable)

Overview : DataTable 로 Cache 화 해보기

1.Net Framework 4.6 이상에서 설치가능

2.설치

NuGet 패캐지 관리에서 설치 및 참조 추가 확인

3.참조 확인

4. Simple Source

5. Process diagram

6.DB

7. Insert Query

링크 : 링크 : https://github.com/iammukeshm/RepositoryPatternWithCachingAndHangfire/blob/master/SampleCustomers.sql

8.WebService Call (DataTable)

9.Cache Insert (DataSet)

DataSet

10.화면

11.Result

12.Cache Insert advance

Multi Cache, stored procedure

source  : https://stackoverflow.com/questions/41684213/looking-for-a-very-simple-cache-example?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

참조 : https://swconsulting.tistory.com/801