class Conjur::BaseCache

A cache which performs no caching.

Public Instance Methods

fetch_attributes(cache_key) { || ... } click to toggle source
# File lib/conjur/cache.rb, line 4
def fetch_attributes cache_key, &block
  yield
end