Module: TroleGroups::Api::Cache

Defined in:
lib/trole_groups/api/cache.rb

Instance Method Summary collapse

Instance Method Details

#invalidate_rolegroups_cache!Object



8
9
10
11
# File 'lib/trole_groups/api/cache.rb', line 8

def invalidate_rolegroups_cache!
  @rolegroup_list = nil
  invalidate_role_cache!      
end