From 3f979c49955d0b1d171719e61d086082cb734046 Mon Sep 17 00:00:00 2001 From: William Radi Date: Wed, 5 Oct 2022 22:54:30 -0300 Subject: [PATCH 1/3] 2.1 Configuration --- pt-BR/caching_with_rails.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pt-BR/caching_with_rails.md b/pt-BR/caching_with_rails.md index a71300490..bbe5c7fd7 100644 --- a/pt-BR/caching_with_rails.md +++ b/pt-BR/caching_with_rails.md @@ -327,25 +327,24 @@ an action and destroyed at the end of that action and thus persist only for the duration of the action. If you'd like to store query results in a more persistent fashion, you can with low level caching. -Cache Stores +Armazenamentos de Cache ------------ -Rails provides different stores for the cached data (apart from SQL and page -caching). +O Rails fornece diferentes armazenamentos para os dados em cache (além de SQL e cache de página). -### Configuration +### Configuração -You can set up your application's default cache store by setting the -`config.cache_store` configuration option. Other parameters can be passed as -arguments to the cache store's constructor: +Você pode configurar o armazenamento de cache padrão do seu aplicativo definindo +a configuração `config.cache_store`. Outros parâmetros podem ser passados como +argumento para o construtor do armazenamento de cache: ```ruby config.cache_store = :memory_store, { size: 64.megabytes } ``` -NOTE: Alternatively, you can call `ActionController::Base.cache_store` outside of a configuration block. +NOTE: Alternativamente, você pode chamar `ActionController::Base.cache_store` fora de um bloco de configuração. -You can access the cache by calling `Rails.cache`. +Você pode acessar o cache chamando `Rails.cache`. ### ActiveSupport::Cache::Store From b520fa2b013f514205727a7e8aff1b0058bf2ecf Mon Sep 17 00:00:00 2001 From: William Radi Date: Wed, 5 Oct 2022 23:33:29 -0300 Subject: [PATCH 2/3] =?UTF-8?q?Fix:=20t=C3=ADtulo=20no=20singular?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt-BR/caching_with_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt-BR/caching_with_rails.md b/pt-BR/caching_with_rails.md index bbe5c7fd7..e165f90a7 100644 --- a/pt-BR/caching_with_rails.md +++ b/pt-BR/caching_with_rails.md @@ -327,7 +327,7 @@ an action and destroyed at the end of that action and thus persist only for the duration of the action. If you'd like to store query results in a more persistent fashion, you can with low level caching. -Armazenamentos de Cache +Armazenamento de Cache ------------ O Rails fornece diferentes armazenamentos para os dados em cache (além de SQL e cache de página). From 2f86e83ec4da49cad97df60b501e0028ca893358 Mon Sep 17 00:00:00 2001 From: William Radi Date: Wed, 12 Oct 2022 21:35:24 -0300 Subject: [PATCH 3/3] 2.2 ActiveSupport::Cache::Store --- pt-BR/caching_with_rails.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pt-BR/caching_with_rails.md b/pt-BR/caching_with_rails.md index e165f90a7..0f3a6f79a 100644 --- a/pt-BR/caching_with_rails.md +++ b/pt-BR/caching_with_rails.md @@ -348,23 +348,23 @@ Você pode acessar o cache chamando `Rails.cache`. ### ActiveSupport::Cache::Store -This class provides the foundation for interacting with the cache in Rails. This is an abstract class and you cannot use it on its own. Rather you must use a concrete implementation of the class tied to a storage engine. Rails ships with several implementations documented below. +Esta classe fornece a basa para interagir com cache no Rails. É uma classe abstrata e você não pode usá-la sozinha. Em vez disso, deve-se usar uma implementação concreta da classe vinculada ao sistema de armazenamento de cache. O Rails vem com várias implementações, documentadas abaixo. -The main methods to call are `read`, `write`, `delete`, `exist?`, and `fetch`. The fetch method takes a block and will either return an existing value from the cache, or evaluate the block and write the result to the cache if no value exists. +Os principais métodos que podem ser chamados são `read`, `write`, `delete`, `exist?`, e `fetch`. O método _fetch_ recebe um bloco e retorna um valor existente no cache. Ou avalia o bloco e grava o resultado no cache se o valor não existir. -There are some common options that can be used by all cache implementations. These can be passed to the constructor or the various methods to interact with entries. +Existem algumas opções comuns que podem ser usadas por todas as implementações de cache. Elas podem ser passadas para o construtor ou para os vários métodos que interagem com entradas de cache. -* `:namespace` - This option can be used to create a namespace within the cache store. It is especially useful if your application shares a cache with other applications. +* `:namespace` - Essa opção pode ser usada para criar um _namespace_ dentro do armazenamento de cache. Isso pode ser especialmente útil se sua aplicação divide o cache com outras aplicações. -* `:compress` - Enabled by default. Compresses cache entries so more data can be stored in the same memory footprint, leading to fewer cache evictions and higher hit rates. +* `:compress` - Habilitado por padrão. Compacta as entradas no cache para que mais dados possam ser armazenados no mesmo espaço de memória, levando a menos despejos de cache e taxas de acerto mais altas -* `:compress_threshold` - Defaults to 1kB. Cache entries larger than this threshold, specified in bytes, are compressed. +* `:compress_threshold` - Seu valor padrão é 1kB. As entradas de cache maiores do que esse limite, especificadas em bytes, são compactadas. -* `:expires_in` - This option sets an expiration time in seconds for the cache entry, if the cache store supports it, when it will be automatically removed from the cache. +* `:expires_in` - Esta opção define um tempo de expiração, em segundos, para as entradas em cache. Se o armazenamento em cache suportar, os dados serão removidos automaticamente do cache ao atingir o tempo estipulado. -* `:race_condition_ttl` - This option is used in conjunction with the `:expires_in` option. It will prevent race conditions when cache entries expire by preventing multiple processes from simultaneously regenerating the same entry (also known as the dog pile effect). This option sets the number of seconds that an expired entry can be reused while a new value is being regenerated. It's a good practice to set this value if you use the `:expires_in` option. +* `:race_condition_ttl` - Esta opção é usada em conjunto com a opção `:expires_in`. Ela evitará condições de corrida quando as entradas de cache expirarem, impedindo que vários processos regenerem simultaneamente a mesma entrada (também conhecido como efeito _dog pile_). Esta opção define o número de segundos que uma entrada expirada pode ser reutilizada enquanto um novo valor está sendo gerado novamente. É uma boa prática definir este valor se você usar a opção `:expires_in`. -* `:coder` - This option allows to replace the default cache entry serialization mechanism by a custom one. The `coder` must respond to `dump` and `load`, and passing a custom coder disable automatic compression. +* `:coder` - Esta opção permite substituir o sistema de serialização de entrada de cache padrão por um personalizado. O `coder` deve responder a `dump` e `load`. Passar um codificador personalizado desabilita a compactação automática. #### Connection Pool Options