Sitecore 5.0 API

ItemCache Methods

The methods of the ItemCache class are listed below. For a complete list of ItemCache class members, see the ItemCache Members topic.

Public Instance Methods

AddDataAdds the data.
AddDefinitionAdds the definition.
AddLanguagesAdds the languages.
AddLatestVersionAdds the latest version.
AddRelationAdds the relation.
AddVersionNumbersAdds the version numbers.
ClearClears the current instance.
ClearDataOverloaded. Clears the data.
ClearDefinitionClears the definition.
ClearLanguagesClears the languages.
ClearLatestVersionOverloaded. Clears the latest version.
ClearRelationClears the relation.
ClearVersionNumbersOverloaded. Clears the version numbers.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetDataGets the data.
GetDefinitionGets the definition.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLanguagesGets the languages.
GetLatestVersionGets the latest version.
GetRelationGets the relation.
GetType (inherited from Object) Gets the Type of the current instance.
GetVersionNumbersGets the version numbers.
InvalidateItemOverloaded. Invalidates the item.
NotifyChildAddedAddes the notify child.
NotifyItemCopiedCopies the notify item.
NotifyItemDeletedDeletes the notify item.
NotifyItemMovedMoves the notify item.
NotifyItemSavedSaves the notify item.
NotifyTemplateChangedChanges the notify template.
NotifyVersionAddedAddes the notify version.
NotifyVersionRemovedRemoves the notify version.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ItemCache Class | Sitecore.Caching Namespace