new ItemCacheFacade(): ItemCacheFacade
Returns:
ItemCacheFacadeM
get
get(callback): void
Attributes
callback:
CallbackCacheCacheFacade<T>Returns:
voidReturns value.
getPromise(): Promise<T>
Returns:
Promise<T>Returns promise with the data.
provide(computer, callback): void
Attributes
computer:
(callback: CallbackNormalErrorCache<T>) => voidcallback:
CallbackNormalErrorCache<T>Returns:
voidProcesses the provided computer.
providePromise(computer): Promise<T>
Attributes
Returns promise with the data.
store(data, callback): void
Attributes
Processes the provided data.
storePromise(data): Promise<void>
Attributes
Stores the provided data.