- 授权协议: GPL
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://gtcache.sourceforge.net/
- 软件文档: http://gtcache.sourceforge.net/doc1.php
软件介绍
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.