Package org.apache.stratum.jcs.auxiliary.remote.behavior

Examples of org.apache.stratum.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes


     *
     * @return The cache value
     */
    public ICache getCache( String cacheName )
    {
        IRemoteCacheAttributes ca = ( IRemoteCacheAttributes ) irca.copy();
        ca.setCacheName( cacheName );
        return getCache( ca );
    }
View Full Code Here


     *
     * @return The cache value
     */
    public ICache getCache( String cacheName )
    {
        IRemoteCacheAttributes ca = ( IRemoteCacheAttributes ) irca.copy();
        ca.setCacheName( cacheName );
        return getCache( ca );
    }
View Full Code Here

TOP

Related Classes of org.apache.stratum.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes

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.