RouteProvider


BoundedCache<'a, 'b>

Namespace: IsakSky.RouteProvider

Constructors

ConstructorDescription
new(max)
Signature: max:int -> BoundedCache<'a,'b>

Instance members

Instance memberDescription
Add(key, value)
Signature: (key:'a * value:'b) -> unit
Get(key)
Signature: key:'a -> 'b
TryGet(key)
Signature: key:'a -> 'b option
Fork me on GitHub