Memory Cache (DataSet)

이 클래스는 사용자 코드로 구성할 수 있습니다. 업데이트\제거 콜백, 지역, 모니터 등과 같은 다른 인터페이스와 더 많은 기능이 있습니다. 이를 사용하려면 System.Runtime.Caching 라이브러리를 가져와야 합니다. ASP.net 응용 프로그램에서도 사용할 수 있지만 수명을 직접 관리해야 합니다.

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 (DataSet)

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