Tehnicienii au confirmat că mașina repornită a șters toate problemele din cache.
Technicians confirmed the rebooted machine had cleared all cached problems.
Aici sunt disponibile functiile de management al continutului, precum stergerea obiectelor din cache.
Content management functions, such as purging cached objects, are available here.
Pentru a îmbunătăți performanța, aplicația preia datele din cache ori de câte ori are ocazia.
To improve performance, the application retrieves data from the cache whenever possible.
Bine, și ce a făcut ea avea acces la exact din cache?
Filme livrate din cache dar statice.
Opţiunea activa/ dezactiva luarea de date din cache de serie
Option enable/disable taking data from cache by series
De aceea, fiecare sesiune utilizator poate vedea o versiune diferita a continutului si in acelasi timp sa fie toti serviti din cache.
Therefore, each user session may see different content and they are all served from cache.
La cel mai inalt nivel, memoram o intreaga pagina web in cache si o servim din cache atunci cand este necesar.
And at the highest level, we store a whole page in cache and serve it from cache as needed.
Datele din aceste locații sunt scrise înapoi în depozitul de rezervă când acele date sunt date afară din cache.
The data in these locations is written back to the main memory only when that data is evicted from the cache.
Primul vizitator al unei pagini va genera cache-ul, restul vor accesa pagini din cache.
The first visitor of a page will generate the cache, the rest will access that page from cache.
Aceasta este o versiune din cache a paginii cerute şi este posibil să nu fie ultima variantă a acesteia.
The following is a cached copy of the requested page, and may not be up to date.
Pentru a sterge o valoare din cache, apelam delete().
delete(): removes a data item identified by a key from the cache.
Pentru a modifica acest comportament, putem de asemenea sa furnizam o perioada de expirare atunci cand apelam set(), si astfel datele vor fi sterse din cache dupa o perioada de timp specificata
To change this behavior, we can also supply an expiration parameter when calling set() so that the data will be removed from the cache after, at most, that period of time