Click or drag to resize
EvictionPolicy Enumeration
Specifies how a cached resource that has expired should be evicted.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public enum EvictionPolicy
Members
  Member nameValueDescription
EvictOnExpiryAtStartup0 The expired resource is evicted when the app starts up next.
ManualEviction1 The expired resource is never evicted. Callers can invoke EvictResource() on Synchronization to evict it manually.
See Also