Skip to content

Commit

Permalink
Added getCache on Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 4, 2020
1 parent a28ae72 commit 5e5780e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ public function setCache(CacheInterface $store)
return $this;
}

/**
* Get the cache store.
*
* @return Cache|null
*/
public function getCache()
{
return $this->cache;
}

/**
* Get the LDAP configuration instance.
*
Expand Down

0 comments on commit 5e5780e

Please sign in to comment.