Package org.jpox.cache

Examples of org.jpox.cache.NullLevel2Cache


                throw new JPOXUserException(LOCALISER.msg("004001", level2Type, level2ClassName), e).setFatal();
            }
        }
        else
        {
            cache = new NullLevel2Cache();
        }
    }
View Full Code Here

TOP

Related Classes of org.jpox.cache.NullLevel2Cache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.