Package org.castor.cache.hashbelt.container

Examples of org.castor.cache.hashbelt.container.Container.clear()


        _cache = temp;
        _cacheSize -= expired.size();
       
        _reaper.handleExpiredContainer(expired);
       
        expired.clear();
       
        _pool[_poolCount++] = expired;
    }
   
    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.