GdatastoreCacheStore

Use Google Datastore as a cache store for your Rails application

Installation

Add this line to your application's Gemfile:

gem 'gdatastore_cache_store'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gdatastore_cache_store

Usage

In your Rails application environment file :

config.cache_store = GdatastoreCacheStore.new('google-project-id', { EntityGenre: 'genre-of-your-entity', Keyfile: '/path/to/keyfile.json'})

License

The gem is available as open source under the terms of the MIT License.