All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jidesoft.converter.CacheMap Maven / Gradle / Ivy

There is a newer version: 3.6.18
Show newest version
/*
 * @(#)CacheMap.java 3/20/2012
 *
 * Copyright 2002 - 2012 JIDE Software Inc. All rights reserved.
 */

package com.jidesoft.converter;

/**
 * This class was moved to com.jidesoft.utils since 3.3.7 release.
 *
 * @deprecated please use the one at com.jidesoft.utils.CacheMap.
 */
@Deprecated
public class CacheMap extends com.jidesoft.utils.CacheMap {
    public CacheMap(K defaultContext) {
        super(defaultContext);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy