IsolatedStorageCache.IsPersisting Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Gets a value indicating if this instance of the cache is using the isolated storage to persist the cache entries.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Silverlight (in Microsoft.Practices.EnterpriseLibrary.Caching.Silverlight.dll) Version: 5.0.505.0
Syntax
public bool IsPersisting { get; }
'Declaration
Public ReadOnly Property IsPersisting As Boolean
Get
public:
property bool IsPersisting {
bool get ();
}
Remarks
There might be occasions where the cache is working just in memory, so any changes to the cache will not be reflected in future instances of the same cache.