# File lib/fast_gettext/storage.rb, line 96
    def expire_cache_for(key)
      cache.delete(key)
    end