Project Description

The GlynnTucker.Cache assembly provides a data
structure for caching slow data retrievals. For
example, it can cache 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 it should work with any .NET
language.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project