Difference between revisions of "Emptying your cache"
(Created page with "<br />This article has been created by an automatic translation software. You can view the article source here.<br /><span data-translate="fr"></span><...") |
|||
Line 9: | Line 9: | ||
<span data-link_translate_ja_title="そのキャッシュを空に" data-link_translate_ja_url="%E3%81%9D%E3%81%AE%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5%E3%82%92%E7%A9%BA%E3%81%AB"></span>[[:ja:そのキャッシュを空に]][[ja:そのキャッシュを空に]] | <span data-link_translate_ja_title="そのキャッシュを空に" data-link_translate_ja_url="%E3%81%9D%E3%81%AE%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5%E3%82%92%E7%A9%BA%E3%81%AB"></span>[[:ja:そのキャッシュを空に]][[ja:そのキャッシュを空に]] | ||
<span data-link_translate_de_title="Leeren Sie ihren cache" data-link_translate_de_url="Leeren+Sie+ihren+cache"></span>[[:de:Leeren Sie ihren cache]][[de:Leeren Sie ihren cache]] | <span data-link_translate_de_title="Leeren Sie ihren cache" data-link_translate_de_url="Leeren+Sie+ihren+cache"></span>[[:de:Leeren Sie ihren cache]][[de:Leeren Sie ihren cache]] | ||
+ | |||
+ | {{#seo: | ||
+ | |title=Emptying your cache | ||
+ | |title_mode=append | ||
+ | |keywords=these,are,your,keywords | ||
+ | |description=Emptying your cache | ||
+ | |image=Uploaded_file.png | ||
+ | |image_alt=Wiki Logo | ||
+ | }} | ||
+ | |||
== introduction == | == introduction == | ||
Afin d'alléger certaines requêtes effectuées par les ordinateurs, un système de cache DNS, de mise en mémoire des adresses contactées, a été mis en place.<br>Ce système peut poser certains problèmes lorsque les adresses mises en cache ne sont plus disponibles sur le réseau et que le cache n'a pas été actualisé. | Afin d'alléger certaines requêtes effectuées par les ordinateurs, un système de cache DNS, de mise en mémoire des adresses contactées, a été mis en place.<br>Ce système peut poser certains problèmes lorsque les adresses mises en cache ne sont plus disponibles sur le réseau et que le cache n'a pas été actualisé. |
Latest revision as of 15:34, 1 October 2021
This article has been created by an automatic translation software. You can view the article source here.
fr:Vider son cache
he:לרוקן את המטמון
ro:Goliţi cache-ul său
ru:Очистить кэш
pl:Opróżnienia pamięci podręcznej
ar:إفراغ ذاكرة التخزين المؤقتة
zh:清空其缓存
ja:そのキャッシュを空に
de:Leeren Sie ihren cache
introduction
Afin d'alléger certaines requêtes effectuées par les ordinateurs, un système de cache DNS, de mise en mémoire des adresses contactées, a été mis en place.
Ce système peut poser certains problèmes lorsque les adresses mises en cache ne sont plus disponibles sur le réseau et que le cache n'a pas été actualisé.
Vider son cache
Linux
To empty your cache under a Linux environment you just have to open a terminal, then type in the next command :
/etc/rc.d/init.d/nscd restart
ou
service nscd restart
By relaunching the NSCD service, the Linux DNS cache is emptied.
Mac OS X
To empty your cache under a Mac OS X environment, tap into a terminal:
Leopard version
dscacheutil -flushcache
Other versions
lookupd -flushcache
The DNS cache under Mac is now emptied.
Windows
To empty your cache under a Windows environment, open a control terminal by opening the Start menu -> Run and then type cmd : In the window of the terminal that appeared type:
ipconfig /flushdns
Here's your DNS cache in windows is now emptied.
Enable comment auto-refresher