Interface IAimpServiceAlbumArtCache
This service provides an access to cache manager for album arts.
Inherited Members
Namespace: AIMP.SDK.AlbumArtManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceAlbumArtCache : IAimpService
Methods
Flush(String, String)
Flushes cache for specified artist and album. Both parameters must be specified.
Declaration
AimpActionResult Flush(string album, string artist)
Parameters
Type | Name | Description |
---|---|---|
System.String | album | The album. |
System.String | artist | The artist. |
Flush2(String)
Flushes cache for specified FileURI. FileURI can include wildcard characters, for example, an asterisk (*) or a question mark (?).
Declaration
AimpActionResult Flush2(string fileUri)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileUri | The file URI. |
FlushAll()
Flushes all cache.
Declaration
AimpActionResult FlushAll()