Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

loadCache

Generic types:TData

Loads cache for given id

Presentation

function loadCache(id: string): NgDocCachedData<TData>;

Returns

Parameters

NameTypeDescription
id
string