Flagsmith / flagsmith-js-client

Javascript Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/

Home Page:https://www.flagsmith.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Add ttl and skip api options for caching

kyle-ssg opened this issue · comments

  • core
  • react native
  • es
  • isomorphic
  • docs

Suggested API

flagsmith.init({
...
cacheOptions: {ttl:1000*60,skipAPI:true}
})