Add new feature of image cache.

This commit is contained in:
zicla
2018-11-22 23:18:36 +08:00
parent 459fa036be
commit 6c19a3d321
5 changed files with 123 additions and 74 deletions

View File

@ -24,3 +24,4 @@ func (this *ImageCacheService) Detail(uuid string) *ImageCache {
return imageCache
}