The idea is to be able to cache result of the serializer with the Rails cache. An implementation was attempt in this PR #5 ```ruby class FriendSerializer include BrightSerializer::Serializer cache_options cache_length: 1.minute end ```