@anglr/rest
Version:
Angular module representing rest services
7 lines • 418 B
TypeScript
import type { RESTClientBase } from '../misc/classes/restClientBase';
import { RestCaching, RestMethodMiddlewares } from '../interfaces';
/**
* Results of requests are cached in javascript memory
*/
export declare function Cache(): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestCaching & RestMethodMiddlewares) | TDecorated) => TDecorated;
//# sourceMappingURL=cache.decorator.d.ts.map