Removes specified checked-in files and folders from the local file vault view cache. Only files that are not referenced by checked-out files are cleared.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmClearLocalCache2 Inherits IEdmClearLocalCache | |
| C# | |
|---|---|
public interface IEdmClearLocalCache2 : IEdmClearLocalCache | |
| C++/CLI | |
|---|---|
public interface class IEdmClearLocalCache2 : public IEdmClearLocalCache | |
See the IEdmClearLocalCache examples.
This interface:
- extends IEdmClearLocalCache by providing the ability to not remove Toolbox Library parts from the cache.
- is extended by IEdmClearLocalCache3.