public void OnRemoved()
 {
     // ths stateset is being removed.
     // TODO: we do this since InMemoryCache is static type. we might consider making it instance object
     //       of something.
     InMemoryStorage.DropCache(Analyzer);
 }