private class MapForCache<K, V> extends ListModelMap<K, V> {
        private transient Set<Map.Entry<K, V>> _entrySetProxy = null;
        private transient Set<K> _keySetProxy = null;

        public MapForCache() {