Results for “Std.App.Idempotency.store”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Idempotency.Store
Keys seen within
lifetimemilliseconds, at mostcapacityof them. - Std.App.Idempotency.store
Int -> Int -> Std.App.Idempotency.StoreAn empty store.
- Std.App.Idempotency.begin
&Std.App.Idempotency.Store -> Str -> Str -> Int -> Std.App.Idempotency.StoreThe store with
keyrecorded as running. - Std.App.Idempotency.decide
&Std.App.Idempotency.Store -> Str -> Str -> Int -> Std.App.Idempotency.DecisionWhat to do with a request using
keywhose body hashes tofingerprint. - Std.App.Idempotency.finish
&Std.App.Idempotency.Store -> Str -> &Std.Http.Response -> Int -> Std.App.Idempotency.StoreThe store with the answer for
keyrecorded. - Std.App.Idempotency.live
&Std.App.Idempotency.Store -> Int -> IntEntries not yet expired.
- Std.App.Idempotency.prune
&Std.App.Idempotency.Store -> Int -> Std.App.Idempotency.StoreThe store without expired entries.
- Std.App.Idempotency.release
&Std.App.Idempotency.Store -> Str -> Std.App.Idempotency.StoreThe store without
key.
