Velocity
Home Page
Categories: Caching
Author: Microsoft
Latest version: Community Technology Preview 1
Added 2008-06-05
Distributed in-memory application cache
Velocity (code name) can be used to cache any CLR object and provides access through APIs. The primary goals for "Velocity" are performance, scalability and availability.
Features include:
- Support for different cache types: Partitioned Cache, Local Cache
- Support for different client types: Simple client, Routing Client
- Deployment topology: Cache Service
- Concurrency models: Optimistic, Pessimistic
- Expiration by TTL and eviction using LRU
- Load balancing and dynamic scaling
- ASP.NET integration
- Key-based access
- Tag-based access
 Built for .NET 2 |
 Free or free version available |