codenoble / cache-crispies

Speedy Rails JSON serialization with built-in caching
MIT License
156 stars 14 forks source link

Investigate storing data as JSON strings #16

Open adamcrown opened 4 years ago

adamcrown commented 4 years ago

...rather than as marshaled Hashes. This may help performance in that we don't have to call #to_json on cached data.