Enum BundledAssetGroupSchema.CacheClearBehavior
Behavior for clearing old bundles from the cache.
Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
Assembly: Unity.Addressables.Editor.dll
Syntax
public enum BundledAssetGroupSchema.CacheClearBehavior
  Fields
| Name | Description | 
|---|---|
| ClearWhenSpaceIsNeededInCache | Bundles are only removed from the cache when space is needed.  | 
      
| ClearWhenWhenNewVersionLoaded | Bundles are removed from the cache when a newer version has been loaded successfully.  |