FileCache
Namespace: global
Parent Module: Caching
Constructors
Constructor | Description |
new(basePath)
Signature: basePath:string -> FileCache
|
![]() ![]() CompiledName: |
Instance members
Instance member | Description |
Add(key item duration)
Signature: key:string -> item:'t -> duration:TimeSpan -> unit
Type parameters: 't |
![]() ![]() |
Get(key)
Signature: key:string -> 't option
Type parameters: 't |
![]() ![]() |