Yuki Takei 5 лет назад
Родитель
Сommit
fdf5865018
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/growi-commons/src/plugin/service/tag-cache-manager.js

+ 3 - 3
packages/growi-commons/src/plugin/service/tag-cache-manager.js

@@ -13,7 +13,7 @@ class TagCacheManager {
    */
 
   /**
-   *
+   * Constructor
    * @param {string} cacheNs Used as LocalStorageManager namespace
    * @param {generateCacheKey} generateCacheKey
    */
@@ -33,9 +33,9 @@ class TagCacheManager {
   }
 
   /**
-   *
+   * Retrieve state cache object from local storage
    * @param {TagContext} tagContext
-   * @returns
+   * @returns {object} a cache object that correspont to the specified `tagContext`
    */
   getStateCache(tagContext) {
     const localStorageManager = LocalStorageManager.getInstance();