Wondering if this project is active anymore, or has been superseded by a more popular solution....?
I have been trying it for a few days. One thing I wanted to ask. I am not sure how caching is working (if at all). I went through the source code and I can see where you are writing to the cache - things like saves, finds, calls to cache_store.write
But where/when are you reading from the cache...? Shouldn't you read from the cache before every find? I can't find where you are doing this for the project to debug it.
I configured to work with memcache and as far as I can tell it is writing to memcache but never reading out. If something is available in my memcache but not yet on S3, its as though it doesnt exist.