Esempio n. 1
0
void WebCache::clear()
{
    MemoryCache* cache = WebCore::memoryCache();
    if (cache)
        cache->evictResources();
}