* ������ ���������� � ������ get(). ���� �������� ������ � ������ ������,
* ��������� ������, ������� ������ �� ��� ������ ������ ����������.
*/
public static boolean test_BLOCKING() throws Exception {
BlockingCache cache = new BlockingCache();
CacheConfig cacheConfig = new CacheConfigImpl("cacheId", null, 0, 0, 0, 0, null, "lru", "soft");
cache.setCacheConfig(cacheConfig);
cache.get("1");
int exceptCount = 0;