I know that Microsoft has given System.Runtime.Caching name space in .net 4.0 framework. This helps us very good in terms of In Memory Caching data ( by using MemoryCache class). But Like enterprise library, it supports the Data Base Caching as well. I need to know that how to do my data caching (just to put and pic data) in sqlserver db, using the new feature introduced by microsoft. I have gone through, but could not find any article which gives any example through code. Please if any one know let me know.
More over if some body can suggest a db model for this in example.