GlynnTucker.Cache

Posted by csharp-source.net on C# Source See other posts from C# Source or by csharp-source.net
Published on Thu, 05 Jun 2008 16:53:22 GMT Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 275

Filed under:
The GlynnTucker.Cache assembly provides a data structure for caching slow data retrievals, for example data retrieved from a database server over the network. Think of it as a Hashtable that can automatically expire its data after a set amount of time or a specified period of inactivity, on a per-object basis. It is written in C# and dual licensed under the GPL/MPL, it should work with any .NET language.

© C# Source or respective owner