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