Package io.antmedia.servlet
Interface IChunkedCacheManager
- All Known Implementing Classes:
MockChunkedCacheManager
public interface IChunkedCacheManager
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a new key to the cache mapvoid
Add new data to the cache for the specific keyboolean
Check that if there is a cache for the specific keyvoid
registerChunkListener
(String key, ICMAFChunkListener icmafChunkListener) void
removeCache
(String key) Remove key from the cache mapvoid
removeChunkListener
(String key, ICMAFChunkListener icmafChunkListener)
-
Field Details
-
BEAN_NAME
- See Also:
-
-
Method Details
-
addCache
Add a new key to the cache map- Parameters:
key
-
-
removeCache
Remove key from the cache map- Parameters:
key
-
-
hasCache
Check that if there is a cache for the specific key- Parameters:
key
-- Returns:
-
append
Add new data to the cache for the specific key- Parameters:
key
-data
-
-
registerChunkListener
- Parameters:
key
-icmafChunkListener
-
-
removeChunkListener
-