Microsoft.Office.Server.ObjectCache Namespace
Defines the in-memory object cache for Microsoft SharePoint Server 2010 objects.
The classes and methods in this namespace provide a cache interface that can be used to store objects of any type.
Classes
Class | Description | |
---|---|---|
CacheItemRemovedEventArgs | Arguments that support the NotifyItemRemoved() method. | |
KeyValuePair | Specifies an optional property for an object in a cache. | |
SPCache | Allows access to allocated caches. | |
SPCacheConfig | Helper class for managing object caches. | |
SPCachedObject | Represents an instance of an object in a cache, along with metadata related to expiration, size, hit count, expiration, and parent-child relationships. |
Structures
Structure | Description | |
---|---|---|
CacheParameter | Specifies the possible parameters for creating a cache. |
Interfaces
Interface | Description | |
---|---|---|
ISPCache | Defines an interface for adding, deleting, and retrieving cached objects. |
Enumerations
Enumeration | Description | |
---|---|---|
DeletionReason | An enumeration that defines the possible reasons for an object’s removal from a cache. | |
PriorityType | An enumeration that specifies the possible priority levels for objects in a cache. |