Package io.antmedia.servlet
Interface IChunkedCacheManager
- All Known Implementing Classes:
MockChunkedCacheManager
public interface IChunkedCacheManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a new key to the cache mapvoidAdd new data to the cache for the specific keybooleanCheck that if there is a cache for the specific keyvoidregisterChunkListener(String key, ICMAFChunkListener icmafChunkListener) voidremoveCache(String key) Remove key from the cache mapvoidremoveChunkListener(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
-