# File lib/merb-cache/cache-store/database.rb, line 114 def expire(key) CacheModel.expire(key) Merb.logger.info("cache: expired (#{key})") true end