CreateNullCache
static status_t CreateNullCache(int priority, VMCache*& cache);
error = VMCacheFactory::CreateNullCache(VM_PRIORITY_SYSTEM,
status = VMCacheFactory::CreateNullCache(VM_PRIORITY_SYSTEM, cache);
status_t status = VMCacheFactory::CreateNullCache(priority, cache);
status_t status = VMCacheFactory::CreateNullCache(VM_PRIORITY_SYSTEM, cache);