LockingCacheOptionsProtectItemLoader Property
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool ProtectItemLoader { get; set; }
Public Property ProtectItemLoader As Boolean
Get
Set
public:
property bool ProtectItemLoader {
bool get ();
void set (bool value);
}
member ProtectItemLoader : bool with get, set
Property Value
Boolean to protect the item loader delegate (it will not be called concurrently);
to allow the item loader delegate to be called concurrently.