Uses of Interface
com.caucho.distcache.ByteStreamCache

Packages that use ByteStreamCache
com.caucho.distcache   
com.caucho.server.distcache   
com.caucho.server.session   
 

Uses of ByteStreamCache in com.caucho.distcache
 

Classes in com.caucho.distcache that implement ByteStreamCache
 class AbstractCache
          Implements the distributed cache
 class ClusterCache
          Cache which stores consistent copies on the cluster segment.
 class LocalCache
          Cache which stores consistent copies on the cluster segment.
 class TransientCache
          Cache with no persistence.
 

Uses of ByteStreamCache in com.caucho.server.distcache
 

Classes in com.caucho.server.distcache that implement ByteStreamCache
 class CacheImpl<K,V>
          Implements the distributed cache
 

Uses of ByteStreamCache in com.caucho.server.session
 

Methods in com.caucho.server.session that return ByteStreamCache
 ByteStreamCache SessionManager.getSessionStore()
          Returns the session store.