tappetyclick
-
- 7,473 total downloads
- last updated 6/5/2026
- Latest version: 2.0.1-preview.5 (prerelease)
Like MemoryCache but better! Automatically invalidates cache by entity type, supports memory cache, distributed cache, or a custom provider. -
- 2,374 total downloads
- last updated 5/27/2026
- Latest version: 2.0.1
Generic read/write repository abstractions for Entity Framework Core. Provides IReadRepository and IWriteRepository with full LINQ and async enumeration support, automatic dependency injection registration from... More information -
- 1,296 total downloads
- last updated 5/18/2026
- Latest version: 2.0.2
A thread-safe named task lifecycle manager. Prevents duplicate background job execution with optional distributed persistence via IDistributedCache (in-memory, Redis, SQL Server). -
- 890 total downloads
- last updated 5/18/2026
- Latest version: 2.0.2
SQL Server backing store for TaskTurnstile via IDistributedCache. Supports dedicated SQL Server instances independent of the app's own cache. The cache table is created automatically on first... More information -
- 876 total downloads
- last updated 5/18/2026
- Latest version: 2.0.2
Redis backing store for TaskTurnstile via StackExchange.Redis and IDistributedCache. Supports dedicated Redis instances independent of the app's own cache. -
- 559 total downloads
- last updated 5/18/2026
- Latest version: 2.0.2
Setup extension methods for Moq and NSubstitute that eliminate boilerplate when mocking ITaskStateManager methods that accept a Func delegate. -
- 447 total downloads
- last updated 6/5/2026
- Latest version: 2.0.1-preview.5 (prerelease)
EF Core integration for CleverCache — automatic cache invalidation via SaveChangesInterceptor and DbSet navigation scanning. -
- 419 total downloads
- last updated 6/5/2026
- Latest version: 2.0.1-preview.5 (prerelease)
Redis integration for CleverCache — adds UseRedisCache() convenience registration backed by StackExchange.Redis. -
- 434 total downloads
- last updated 6/5/2026
- Latest version: 2.0.1-preview.5 (prerelease)
MediatR pipeline integration for CleverCache — automatic caching of MediatR queries via the [AutoCache] attribute. -
- 281 total downloads
- last updated 3/13/2025
- Latest version: 1.0.0
A simple semaphore manager that allows you to inject a manager into classes instead and create named semaphores instead of having to create different semaphores throughout your application when managing... More information