Click or drag to resize

ICacheEnabled Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public interface ICacheEnabled
Request Example View Source

The ICacheEnabled type exposes the following members.

Properties
  NameDescription
Public propertycacheInstanceID
Gets the cache instance identifier.
Top
Methods
  NameDescription
Public methodloadCache
Loads cache for instanceID into this object
Public methodsaveCache
Saves the cache.
Top
See Also