public function decrement($key, $value = null) { GlobalCache::decrement($key, $this->_cache_instance, $value); }