Example #1
0
 /// <summary>
 /// method to clear the core instance of routeMap. Explained in routeMap.
 /// </summary>
 public void addonCacheClear()
 {
     cache.invalidate(cacheName_addonCachePersistent);
     _addonCacheNonPersistent = null;
 }
Example #2
0
 /// <summary>
 /// method to clear the core instance of routeMap. Explained in routeMap.
 /// </summary>
 public void addonCacheClearNonPersistent()
 {
     _addonCacheNonPersistent = null;
 }