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