(handler: HandlerTypes)
| 218 | setSerialization(callback: SerializationFunction): void; |
| 219 | setCacheConfiguration(handler: string, cache: ICacheConfiguration): void; |
| 220 | getCacheConfiguration(handler: HandlerTypes): ICacheConfiguration | null; |
| 221 | setAsRecursive(): void; |
| 222 | } |
| 223 |
no outgoing calls
no test coverage detected