Package org.apache.jcs.auxiliary.disk.indexed

Examples of org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes


     * @param cacheName Name that will be used when creating attributes.
     * @return A cache.
     */
    public AuxiliaryCache getCache( String cacheName )
    {
        IndexedDiskCacheAttributes cacheAttributes =
            ( IndexedDiskCacheAttributes ) defaultCacheAttributes.copy();

        cacheAttributes.setCacheName( cacheName );

        return getCache( cacheAttributes );
    }
View Full Code Here

TOP

Related Classes of org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes

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.