-
- All Implemented Interfaces:
-
com.danikula.videocache.sourcestorage.SourceInfoStorage
public class NoSourceInfoStorage implements SourceInfoStorage
SourceInfoStorage that does nothing.
-
-
Method Summary
Modifier and Type Method Description SourceInfoget(String url)voidput(String url, SourceInfo sourceInfo)voidrelease()-
-
Method Detail
-
get
SourceInfo get(String url)
-
put
void put(String url, SourceInfo sourceInfo)
-
release
void release()
-
-
-
-