zanaptak / TypedCssClasses

A CSS class type provider for F# web development. Bring external stylesheet classes into your F# code as design-time discoverable compiler-verified properties.
MIT License
166 stars 8 forks source link

Cache results of process execution #7

Closed zanaptak closed 4 years ago

zanaptak commented 4 years ago

Type cache is only 30 seconds. Don't want to increase as apparently there are leak issues with type references (https://github.com/fsharp/FSharp.Data/issues/1253, https://github.com/fsharp/FSharp.Data/pull/1254). Try an internal data-only cache.