Hi Guys, dreamfactory noob here. I am wanting to use dreamfactory to call dynamodb (bitnami install on AWS), but often the read calls can be cached once first made, which saves lots of money on DynamoDb.
I see there is an article on caching remote webservices, and another on setting up memcache for dreamfactory, but I am unclear how this all goes together.
I want to be able to cache reads to dynamodb, and expire them whenever the record is updated by the user on dynamodb. I can’t see how to trigger that cache expiry process from within dreamfactory, is it done through server side scripting? Can that talk to memcache? Or is other voodoo required?