Has anyone figured out how to use custom data feed caching in ArcGIS Enterprise 11.1? I am working on a custom data feed that queries a mssql database. I'd like to cache the data so that it doesn't constantly send the query to database; I am sending back about 75000 records on each request. I read documentation on koopjs about caching. Apparently you can specify the ttl property on the geojson. I've done this and sure enough, I only see the single request come through, but after the ttl period has elapsed, I never see another request again. How can I get the data to refresh after the ttl period?
I appreciate any help!
thanks!