Пример #1
0
	void put(int key, int value) {
		strategy->handlePut(key, value);
	}