class Cloudinary::Cache::RailsCacheAdapter

def get(public_id, type, resource_type, transformation, format)

def get(public_id, type, resource_type, transformation, format)
  key = generate_cache_key(public_id, type, resource_type, transformation, format)
  Rails.cache.read(key)
end