var fDesc=new Array(); fDesc[0] = "The .NET Caching Library by Kellerman Software can perform distributed caching for use in a web farm or it can be used to perform client side caching for smart client or winform applications. Similar to the other components, the .NET Caching Library is super easy to configure and use. When distributed caching is used, each web server contains a local memory cache with a shared back store of SQL Server, or Oracle. When client caching is used, the client machine contains a local memory cache and a local back store of VistaDb, SqLite, MS Access, or files. Encryption of the back store cache is as simple as setting a property. The .NET Caching Library is the only product available that supports client side caching. It supports all .NET project types including Winforms, ASP.NET, and Web Services. It supports all .NET languages including VB.NET and C#"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }