GigaSpaces XAP.NET Documentation
CachedTypes Property
Class LibraryGigaSpaces.Core.CacheIdBasedLocalCacheConfigCachedTypes
Gets or sets the types that will be stored in the local cache.
Remarks
The cached types support inheritance, there is no need to add two types to the list if one inherits from the other.
Declaration Syntax
C#Visual BasicVisual C++J#
public IList<Type> CachedTypes { get; set; }
Public Property CachedTypes As IList(Of Type)
public:
property IList<Type^>^ CachedTypes {
	IList<Type^>^ get ();
	void set (IList<Type^>^ value);
}
/** @property */
public IList<Type> get_CachedTypes()
/** @property */
public  void set_CachedTypes(IList<Type> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)