mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
add get cache func
This commit is contained in:
@@ -11,5 +11,6 @@ type Storage interface {
|
|||||||
storage.ClientImpl
|
storage.ClientImpl
|
||||||
|
|
||||||
GetStats(hash metainfo.Hash) *state.CacheState
|
GetStats(hash metainfo.Hash) *state.CacheState
|
||||||
|
GetCache(hash metainfo.Hash) interface{}
|
||||||
CloseHash(hash metainfo.Hash)
|
CloseHash(hash metainfo.Hash)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user