Skip to content

Commit

Permalink
GEODE-8678: Add missing API docs (#684)
Browse files Browse the repository at this point in the history
For Cache::GetPoolManager() and Cache::GetPoolFactory()
  • Loading branch information
mmartell committed Oct 30, 2020
1 parent 4bcb3db commit 0d9a99d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clicache/src/Cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,18 @@ namespace Apache

virtual DataOutput^ Cache::CreateDataOutput();

/// <summary>
/// Returns a PoolFactory that can be used to create a Pool and that provides
/// access to all Pool attributes.
/// @return the PoolFactory
/// </summary>
virtual PoolFactory^ GetPoolFactory();

/// <summary>
/// Returns a PoolManager that provides for the configuration and creation
/// of instances of PoolFactory.
/// @return the PoolManager
/// </summary>
virtual PoolManager^ GetPoolManager();

property Apache::Geode::Client::TypeRegistry^ TypeRegistry
Expand Down

0 comments on commit 0d9a99d

Please sign in to comment.