Uses of Interface
org.red5.cache.ICacheStore
Packages that use ICacheStore
-
Uses of ICacheStore in org.red5.cache.impl
Classes in org.red5.cache.impl that implement ICacheStoreModifier and TypeClassDescriptionclass
Provides an implementation of an object cache.class
Provides an implementation of an object cache which actually does not provide a cache. -
Uses of ICacheStore in org.red5.io.flv
Methods in org.red5.io.flv with parameters of type ICacheStoreModifier and TypeMethodDescriptionvoid
IFLV.setCache
(ICacheStore cache) Sets the caching implemenation -
Uses of ICacheStore in org.red5.io.flv.impl
Fields in org.red5.io.flv.impl declared as ICacheStoreMethods in org.red5.io.flv.impl with parameters of type ICacheStoreModifier and TypeMethodDescriptionvoid
FLV.setCache
(ICacheStore cache) Sets the cache implementation to be used.