Interface | Description |
---|---|
ICacheResolver |
Serializable interface providing a reference to a IClientCache that will be
used to store objects shared among connections.
|
IClientCache |
IClientCache is used to cache meta data on client side and to share them
among users to reduce memory footprint.
|
Class | Description |
---|---|
ClientCacheFactory |
This class should only be used by
ICacheResolver implementators to create new instances of
IClientCache |
StaticCacheResolver |
The default cache resolver storing
IClientCache as a singleton. |
Copyright © 2016. All rights reserved.