SPCacheConfig members
Helper class for managing object caches.
The SPCacheConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPCacheConfig | Instantiates an SPCacheConfig object. |
Top
Methods
Name | Description | |
---|---|---|
AddCaches | Creates caches with the specified configuration data. | |
Dispose | Removes memory associated with the caches. | |
LogException | ||
RemoveCaches(String) | Removes all caches from the specified service. | |
RemoveCaches([]) | Removes and deallocates all caches that match the object types specified in the array of CacheParameter objects. |
Top