예제 #1
0
 /**
  * This method is used to clear the entire SDK cache in the event that EventService notifies that
  * all entries have been modified (or should be marked dirty).
  */
 public synchronized void clearCache() {
   sdkCache.clear();
   initializeCache();
 }