Skip to content

Commit

Permalink
Merge pull request #41 from calvium/expose-generateCacheKey
Browse files Browse the repository at this point in the history
Export getCachedImageFilePath
  • Loading branch information
kfiroo committed Jun 5, 2017
2 parents c3c6dbb + 026b21e commit c8f567f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImageCacheProvider.js
Expand Up @@ -329,6 +329,7 @@ function getCacheInfo() {

module.exports = {
isCacheable,
getCachedImageFilePath,
getCachedImagePath,
cacheImage,
deleteCachedImage,
Expand Down

0 comments on commit c8f567f

Please sign in to comment.