From c06976c252c46d1c3890b236dca768e2cac4f099 Mon Sep 17 00:00:00 2001 From: sgrebnov Date: Sun, 26 May 2024 13:00:32 -0700 Subject: [PATCH] Update `eviction_policy` details --- spiceaidocs/docs/features/caching/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spiceaidocs/docs/features/caching/index.md b/spiceaidocs/docs/features/caching/index.md index 87a7ff50d..aa83f7893 100644 --- a/spiceaidocs/docs/features/caching/index.md +++ b/spiceaidocs/docs/features/caching/index.md @@ -28,9 +28,5 @@ runtime: - `enabled` - optional, `true` by default - `cache_max_size` - optional, maximum cache size. Default is `128MiB` -- `eviction_policy` - optional, cache replacement policy when the cached data reaches the `cache_max_size`. Default is `lru` - [least-recently-used (LRU)](https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU) -- `item_ttl` - optional, cache entry expiration duration, 1 second by default. - -:::warning[Limitations] -- Cache currently supports only the [least-recently-used (LRU)](https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU) replacement policy. -::: \ No newline at end of file +- `eviction_policy` - optional, cache replacement policy when the cached data reaches the `cache_max_size`. Default and only currently supported value is `lru` - [least-recently-used (LRU)](https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU) +- `item_ttl` - optional, cache entry expiration duration, 1 second by default. \ No newline at end of file