# File lib/merb-cache/cache-store/database.rb, line 45 def cached?(key) not CacheModel.cache_get(key).nil? end