LinqToSalesforce


FileCache

Namespace: global
Parent Module: Caching

Constructors

ConstructorDescription
new(basePath)
Signature: basePath:string -> FileCache

CompiledName: .ctor

Instance members

Instance memberDescription
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
Fork me on GitHub