Initializes a new instance of the CollectionCacheEntry class
Namespace: NHibernate.Cache.EntryAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public CollectionCacheEntry( IPersistentCollection collection, ICollectionPersister persister ) |
Visual Basic |
---|
Public Sub New ( _ collection As IPersistentCollection, _ persister As ICollectionPersister _ ) |
Visual C++ |
---|
public: CollectionCacheEntry( IPersistentCollection^ collection, ICollectionPersister^ persister ) |
Parameters
- collection
- Type: NHibernate.Collection..::..IPersistentCollection
[Missing <param name="collection"/> documentation for "M:NHibernate.Cache.Entry.CollectionCacheEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister)"]
- persister
- Type: NHibernate.Persister.Collection..::..ICollectionPersister
[Missing <param name="persister"/> documentation for "M:NHibernate.Cache.Entry.CollectionCacheEntry.#ctor(NHibernate.Collection.IPersistentCollection,NHibernate.Persister.Collection.ICollectionPersister)"]