Browse Source

Update post.md

pull/24186/head
SALİH ÖZKARA 3 months ago
parent
commit
1cf461c4b3
  1. 2
      docs/en/Community-Articles/2025-11-15-building-an-api-key-management-system/post.md

2
docs/en/Community-Articles/2025-11-15-building-an-api-key-management-system/post.md

@ -283,8 +283,6 @@ The implementation uses several optimizations:
Configure<AbpDistributedCacheOptions>(options => Configure<AbpDistributedCacheOptions>(options =>
{ {
options.KeyPrefix = "ApiKey:"; options.KeyPrefix = "ApiKey:";
options.GlobalCacheEntryOptions.AbsoluteExpirationRelativeToNow
= TimeSpan.FromHours(1);
}); });
``` ```

Loading…
Cancel
Save