class Cloudinary::Cache::KeyValueCacheAdapter
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) @storage.get(key) end