Class and Description |
---|
org.apache.commons.jcs.engine.memory.util.DefaultMemoryElementDescriptor
Use MemoryElementDescriptor directly
|
Method and Description |
---|
org.apache.commons.jcs.auxiliary.disk.block.BlockDisk.calculateByteOffsetForBlock(int)
(since 2.0) use
BlockDisk.calculateByteOffsetForBlockAsLong(int) instead |
org.apache.commons.jcs.JCS.defineRegion(String)
Duplicate of getInstance(String)
|
org.apache.commons.jcs.JCS.defineRegion(String, ICompositeCacheAttributes)
Duplicate of getInstance(String, ICompositeCacheAttributes)
|
org.apache.commons.jcs.JCS.defineRegion(String, ICompositeCacheAttributes, IElementAttributes)
Duplicate of getInstance(String, ICompositeCacheAttributes, IElementAttributes)
|
org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory.startup(String, int, Properties, String)
Use startup(String, int, Properties) instead
|
org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory.startup(String, int, String)
Use startup(String, int, Properties) instead
|
Constructor and Description |
---|
org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade(List<ICache<K, V>>, RemoteCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer)
Unused parameter cacheMgr scheduled for removal
|
org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWaitFacade(List<ICache<K, V>>, RemoteCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer, RemoteCacheFactory)
Unused parameter cacheMgr scheduled for removal
|
org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer(IRemoteCacheServerAttributes)
Use version with Properties object instead
|
org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer(IRemoteCacheServerAttributes, RMISocketFactory)
Use version with Properties object instead
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.