jcs-1.3.jar - JCS (Java Caching System)

Q

JCS (Java Caching System) is a distributed caching system written in java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching system, JCS is most useful for high read, low put applications. Latency times drop sharply and bottlenecks move away from the database in an effectively cached system.

JAR File Size and Download Location:

File name: jcs.jar, jcs-1.3.jar
File size: 435347 bytes
Date modified: 30-May-2007
Download: JCS (Java Caching System)

Manifest of the JAR:

Built-By: thomas
Package: org.apache.jcs
Build-Jdk: 1.5.0_07
Extension-Name: jcs
Specification-Title: Cache
Specification-Vendor: Apache Software Foundation
Implementation-Title: org.apache.jcs
Implementation-Vendor: Apache Software Foundation
Implementation-Version: 1.3
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3

✍: fyicenter.com

A

List of Classes in the JAR:

org/apache/jcs/access/behavior/ICacheAccess
org/apache/jcs/access/behavior/IGroupCacheAccess
org/apache/jcs/access/CacheAccess
org/apache/jcs/access/exception/CacheException
org/apache/jcs/access/exception/InvalidArgumentException
org/apache/jcs/access/exception/InvalidGroupException
org/apache/jcs/access/exception/InvalidHandleException
org/apache/jcs/access/exception/NotARetrievableObjectException
org/apache/jcs/access/exception/NullObjectException
org/apache/jcs/access/exception/ObjectExistsException
org/apache/jcs/access/exception/ObjectNotFoundException
org/apache/jcs/access/GroupCacheAccess
org/apache/jcs/access/monitor/MonitorAccess
org/apache/jcs/access/monitor/MonitorXMLRPCServer
org/apache/jcs/admin/CacheElementInfo
org/apache/jcs/admin/CacheRegionInfo
org/apache/jcs/admin/CountingOnlyOutputStream
org/apache/jcs/admin/JCSAdminBean
org/apache/jcs/admin/servlet/JCSAdminServlet
org/apache/jcs/auxiliary/AbstractAuxiliaryCacheAttributes
org/apache/jcs/auxiliary/AuxiliaryCache
org/apache/jcs/auxiliary/AuxiliaryCacheAttributes
org/apache/jcs/auxiliary/AuxiliaryCacheFactory
org/apache/jcs/auxiliary/AuxiliaryCacheManager
org/apache/jcs/auxiliary/disk/AbstractDiskCache
org/apache/jcs/auxiliary/disk/AbstractDiskCacheAttributes
org/apache/jcs/auxiliary/disk/behavior/IDiskCacheAttributes
org/apache/jcs/auxiliary/disk/block/BlockDisk
org/apache/jcs/auxiliary/disk/block/BlockDiskCache
org/apache/jcs/auxiliary/disk/block/BlockDiskCacheAttributes
org/apache/jcs/auxiliary/disk/block/BlockDiskCacheFactory
org/apache/jcs/auxiliary/disk/block/BlockDiskCacheManager
org/apache/jcs/auxiliary/disk/block/BlockDiskElementDescriptor
org/apache/jcs/auxiliary/disk/block/BlockDiskKeyStore
org/apache/jcs/auxiliary/disk/indexed/IndexedDisk
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheAttributes
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheFactory
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCacheManager
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskDumper
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskElementDescriptor
org/apache/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheFactory
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCache
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCacheAttributes
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCacheFactory
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCacheManager
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCacheManagerAbstractTemplate
org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCachePoolAccess
org/apache/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCache
org/apache/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes
org/apache/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheFactory
org/apache/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheManager
org/apache/jcs/auxiliary/disk/jdbc/mysql/MySQLTableOptimizer
org/apache/jcs/auxiliary/disk/jdbc/mysql/util/ScheduleFormatException
org/apache/jcs/auxiliary/disk/jdbc/mysql/util/ScheduleParser
org/apache/jcs/auxiliary/disk/jdbc/ShrinkerThread
org/apache/jcs/auxiliary/disk/jdbc/TableState
org/apache/jcs/auxiliary/disk/LRUMapJCS
org/apache/jcs/auxiliary/disk/PurgatoryElement
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheAttributes
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheListener
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheManager
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheObserver
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheService
org/apache/jcs/auxiliary/lateral/LateralCache
org/apache/jcs/auxiliary/lateral/LateralCacheAbstractFactory
org/apache/jcs/auxiliary/lateral/LateralCacheAbstractManager
org/apache/jcs/auxiliary/lateral/LateralCacheAttributes
org/apache/jcs/auxiliary/lateral/LateralCacheInfo
org/apache/jcs/auxiliary/lateral/LateralCacheMonitor
org/apache/jcs/auxiliary/lateral/LateralCacheNoWait
org/apache/jcs/auxiliary/lateral/LateralCacheNoWaitFacade
org/apache/jcs/auxiliary/lateral/LateralCacheRestore
org/apache/jcs/auxiliary/lateral/LateralCacheWatchRepairable
org/apache/jcs/auxiliary/lateral/LateralElementDescriptor
org/apache/jcs/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/MyByteArrayOutputStream
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryManager
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryMessage
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryReceiver
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoverySender
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoverySenderThread
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryService
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPService
org/apache/jcs/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes
org/apache/jcs/auxiliary/lateral/socket/tcp/utils/SocketOpener
org/apache/jcs/auxiliary/lateral/ZombieLateralCacheService
org/apache/jcs/auxiliary/lateral/ZombieLateralCacheWatch
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheAttributes
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheClient
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheConstants
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheListener
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheObserver
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheService
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheServiceAdmin
org/apache/jcs/auxiliary/remote/RemoteCache
org/apache/jcs/auxiliary/remote/RemoteCacheAttributes
org/apache/jcs/auxiliary/remote/RemoteCacheFactory
org/apache/jcs/auxiliary/remote/RemoteCacheFailoverRunner
org/apache/jcs/auxiliary/remote/RemoteCacheListener
org/apache/jcs/auxiliary/remote/RemoteCacheListener_Stub
org/apache/jcs/auxiliary/remote/RemoteCacheManager
org/apache/jcs/auxiliary/remote/RemoteCacheMonitor
org/apache/jcs/auxiliary/remote/RemoteCacheNoWait
org/apache/jcs/auxiliary/remote/RemoteCacheNoWaitFacade
org/apache/jcs/auxiliary/remote/RemoteCacheRestore
org/apache/jcs/auxiliary/remote/RemoteCacheWatchRepairable
org/apache/jcs/auxiliary/remote/RemoteUtils
org/apache/jcs/auxiliary/remote/server/behavior/IRemoteCacheServerAttributes
org/apache/jcs/auxiliary/remote/server/RemoteCacheServer
org/apache/jcs/auxiliary/remote/server/RemoteCacheServer_Stub
org/apache/jcs/auxiliary/remote/server/RemoteCacheServerAttributes
org/apache/jcs/auxiliary/remote/server/RemoteCacheServerFactory
org/apache/jcs/auxiliary/remote/server/RemoteCacheServerInfo
org/apache/jcs/auxiliary/remote/server/RemoteCacheStartupServlet
org/apache/jcs/auxiliary/remote/ZombieRemoteCacheService
org/apache/jcs/auxiliary/remote/ZombieRemoteCacheWatch
org/apache/jcs/config/OptionConverter
org/apache/jcs/config/PropertySetter
org/apache/jcs/config/PropertySetterException
org/apache/jcs/engine/behavior/ICache
org/apache/jcs/engine/behavior/ICacheElement
org/apache/jcs/engine/behavior/ICacheElementSerialized
org/apache/jcs/engine/behavior/ICacheEventQueue
org/apache/jcs/engine/behavior/ICacheListener
org/apache/jcs/engine/behavior/ICacheManager
org/apache/jcs/engine/behavior/ICacheObserver
org/apache/jcs/engine/behavior/ICacheRestore
org/apache/jcs/engine/behavior/ICacheService
org/apache/jcs/engine/behavior/ICacheServiceAdmin
org/apache/jcs/engine/behavior/ICacheType
org/apache/jcs/engine/behavior/ICompositeCacheAttributes
org/apache/jcs/engine/behavior/ICompositeCacheManager
org/apache/jcs/engine/behavior/IElementAttributes
org/apache/jcs/engine/behavior/IElementSerializer
org/apache/jcs/engine/behavior/IShutdownObservable
org/apache/jcs/engine/behavior/IShutdownObserver
org/apache/jcs/engine/behavior/IZombie
org/apache/jcs/engine/CacheAdaptor
org/apache/jcs/engine/CacheConstants
org/apache/jcs/engine/CacheElement
org/apache/jcs/engine/CacheElementSerialized
org/apache/jcs/engine/CacheEventQueue
org/apache/jcs/engine/CacheEventQueueFactory
org/apache/jcs/engine/CacheGroup
org/apache/jcs/engine/CacheInfo
org/apache/jcs/engine/CacheListeners
org/apache/jcs/engine/CacheUtils
org/apache/jcs/engine/CacheWatchRepairable
org/apache/jcs/engine/CompositeCacheAttributes
org/apache/jcs/engine/control/CompositeCache
org/apache/jcs/engine/control/CompositeCacheConfigurator
org/apache/jcs/engine/control/CompositeCacheManager
org/apache/jcs/engine/control/event/behavior/IElementEvent
org/apache/jcs/engine/control/event/behavior/IElementEventConstants
org/apache/jcs/engine/control/event/behavior/IElementEventHandler
org/apache/jcs/engine/control/event/behavior/IElementEventQueue
org/apache/jcs/engine/control/event/ElementEvent
org/apache/jcs/engine/control/event/ElementEventQueue
org/apache/jcs/engine/control/group/GroupAttrName
org/apache/jcs/engine/control/group/GroupId
org/apache/jcs/engine/ElementAttributes
org/apache/jcs/engine/memory/AbstractMemoryCache
org/apache/jcs/engine/memory/behavior/IMemoryCache
org/apache/jcs/engine/memory/lru/LRUMemoryCache
org/apache/jcs/engine/memory/MemoryCache
org/apache/jcs/engine/memory/mru/MRUMemoryCache
org/apache/jcs/engine/memory/shrinking/ShrinkerThread
org/apache/jcs/engine/memory/util/MemoryElementDescriptor
org/apache/jcs/engine/PooledCacheEventQueue
org/apache/jcs/engine/stats/behavior/ICacheStats
org/apache/jcs/engine/stats/behavior/IStatElement
org/apache/jcs/engine/stats/behavior/IStats
org/apache/jcs/engine/stats/CacheStats
org/apache/jcs/engine/stats/StatElement
org/apache/jcs/engine/stats/Stats
org/apache/jcs/engine/ZombieCacheService
org/apache/jcs/engine/ZombieCacheWatch
org/apache/jcs/JCS
org/apache/jcs/utils/access/AbstractJCSWorkerHelper
org/apache/jcs/utils/access/JCSWorker
org/apache/jcs/utils/access/JCSWorkerHelper
org/apache/jcs/utils/config/IUtilConstants
org/apache/jcs/utils/net/HostNameUtil
org/apache/jcs/utils/props/PropertyLoader
org/apache/jcs/utils/serialization/SerializationConversionUtil
org/apache/jcs/utils/serialization/StandardSerializer
org/apache/jcs/utils/servlet/BasicHttpAuthenticator
org/apache/jcs/utils/servlet/JCSServletContextListener
org/apache/jcs/utils/struct/BoundedQueue
org/apache/jcs/utils/struct/DoubleLinkedList
org/apache/jcs/utils/struct/DoubleLinkedListNode
org/apache/jcs/utils/struct/LRUElementDescriptor
org/apache/jcs/utils/struct/LRUMap
org/apache/jcs/utils/struct/LRUMapEntry
org/apache/jcs/utils/struct/SingleLinkedList
org/apache/jcs/utils/struct/SortedPreferentialArray
org/apache/jcs/utils/threadpool/behavior/IPoolConfiguration
org/apache/jcs/utils/threadpool/PoolConfiguration
org/apache/jcs/utils/threadpool/ThreadPool
org/apache/jcs/utils/threadpool/ThreadPoolManager
org/apache/jcs/utils/timing/ElapsedTimer
org/apache/jcs/utils/timing/SleepUtil

2012-01-27, 6135🔥, 0💬