Uses of Interface
org.red5.server.api.cache.ICacheStore

Packages that use ICacheStore
org.red5.io.flv   
org.red5.io.flv.impl   
org.red5.server.cache   
 

Uses of ICacheStore in org.red5.io.flv
 

Methods in org.red5.io.flv with parameters of type ICacheStore
 void IFLV.setCache(ICacheStore cache)
          Sets the caching implemenation
 

Uses of ICacheStore in org.red5.io.flv.impl
 

Methods in org.red5.io.flv.impl with parameters of type ICacheStore
 void FLV.setCache(ICacheStore cache)
          Sets the cache implementation to be used.
 

Uses of ICacheStore in org.red5.server.cache
 

Classes in org.red5.server.cache that implement ICacheStore
 class CacheImpl
          Provides an implementation of an object cache.
 class EhCacheImpl
          Provides an implementation of an object cache using EhCache.
 class NoCacheImpl
          Provides an implementation of an object cache which actually does not provide a cache.
 



Copyright © 2006-2010 The Red5 Project