Provides the base requirements for a class that manages package instances and caching of data as appropriate.
Methods
GetPackageDefinition(string)
Returns an IPackage
Parameter | Type | Description |
---|---|---|
path | string | The root package path to examine. |
Returns
- IPackage
Definition : The cached IPackage
Definition data.
QueuePackageCacheUpdate(string, bool, bool)
Queues a package cache update operation, optionally recursing into child packages.