# File lib/cell/caching.rb, line 33
      def expire_cache_key_for(key, cache_store, *args)
        cache_store.delete(key, *args)
      end