IDocumentStorageProvider Members
When implemented by a class, manages document storages.Methods
Name | Description |
---|---|
Clear(TimeSpan) | Deletes all the document storages that exist longer than the specified time frame. |
CreateNew(String) | Creates a document storage with the specified ID. |
TryGet(String, out DocumentStorage) | Checks whether a document storage with the specified ID exists and returns it as an out parameter. |
See Also