Example #1
0
 protected virtual void ManageFullCache()
 {
     if (OdbConfiguration.AutomaticallyIncreaseCacheSize())
     {
         OdbConfiguration.SetMaxNumberOfObjectInCache((long)(OdbConfiguration
                                                             .GetMaxNumberOfObjectInCache() * 1.2));
     }
 }