Chat freely about anything...

User avatar
By kolban
#22584 I'm going to guess that you can't explicitly write to them. The concept of a cache is to hold recently used information. Contrast this with a "store" where you control what is stored in the storage area. As such, my guess is that when a connection is formed to an access point, if that connection information is not already stored in the cache, it is added. If the cache is already full, I'm going to guess that the oldest cache entry is discarded to make room.