138139140141142143144145
} checkAndThin(); } catch(Exception ex) { throw new ObjectCacheException(ex.getMessage()); } }
191192193194195196197198
size += currCache.putAll(toCache); checkAndThin(); } catch(Exception ex) { throw new ObjectCacheException(ex.getMessage()); } }