@anglr/rest
Version:
Angular module representing rest services
8 lines • 536 B
TypeScript
import { RestClearAdvancedCaching, RestMethodMiddlewares } from '../interfaces';
import type { RESTClientBase } from '../misc/classes/restClientBase';
/**
* Clears advanced cache for key when call is successful
* @param key - Key to be cleared on successful call
*/
export declare function ClearAdvancedCache(key: string): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestClearAdvancedCaching & RestMethodMiddlewares) | TDecorated) => TDecorated;
//# sourceMappingURL=clearAdvancedCache.decorator.d.ts.map