# File lib/merb-cache/cache-store/database.rb, line 131 def expire_all CacheModel.expire_all Merb.logger.info("cache: expired all") true end