You are here

public function LdapAuthorizationConsumerAbstract::flushRelatedCaches in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::flushRelatedCaches()

Attempt to flush related caches. This will be something like og_invalidate_cache($gids)

Parameters

$consumers: associative array in form of LdapAuthorizationConsumerAbstract::populateConsumersFromConsumerIds

1 call to LdapAuthorizationConsumerAbstract::flushRelatedCaches()
LdapAuthorizationConsumerAbstract::grantsAndRevokes in ldap_authorization/LdapAuthorizationConsumerAbstract.class.php
1 method overrides LdapAuthorizationConsumerAbstract::flushRelatedCaches()
LdapAuthorizationConsumerOG::flushRelatedCaches in ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php
Attempt to flush related caches. This will be something like og_invalidate_cache($gids)

File

ldap_authorization/LdapAuthorizationConsumerAbstract.class.php, line 303
Abstract class to represent an ldap_authorization consumer behavior such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…

Class

LdapAuthorizationConsumerAbstract

Code

public function flushRelatedCaches($consumers = NULL) {
}