Skip to main content

Cache Options

PLANS

Cache on Disk

Export-Permission > EFPosh > Entity Framework Core > Database Provider

DotNet Core CLI

EFPosh

First Level Cache

In-Memory, maintained by the EF DbContext

Second Level Cache

External Cache, distributed

Export-Permission > EFPosh > Entity Framework Core > EntityFrameworkCore.Cacheable > Memcached

EntityFrameworkCore.Cacheable

$PSCache: PowerShell-Only In-Process Caches

Used for things that can't be stored on disk like PSSessions and CIM Sessions.