コード例 #1
0
ファイル: Cache.cpp プロジェクト: pbrother/coding_practice
	void put(int key, int value) {
		strategy->handlePut(key, value);
	}