appSettings.GetOrCreate can not find

in the doc , it has a demo code
var latestStats = appSettings.GetOrCreate("stats", () => statsProvider.GetLatest());

but in my test , no this method in appSettings, or I miss something?

The GetOrCreate API is on OrmLite AppSettings only.