BoundedCache<'a, 'b>
Namespace: IsakSky.RouteProvider
Constructors
Constructor | Description |
new(max)
Signature: max:int -> BoundedCache<'a,'b>
|
![]() ![]() |
Instance members
Instance member | Description |
Add(key, value)
Signature: (key:'a * value:'b) -> unit
|
![]() ![]() |
Get(key)
Signature: key:'a -> 'b
|
![]() ![]() |
TryGet(key)
Signature: key:'a -> 'b option
|
![]() ![]() |