Method: ICFS::Users#flush

Defined in:
lib/icfs/users.rb

#flush(urg) ⇒ Boolean

Flush a user/role/group from a cache, if any

Parameters:

  • urg (String)

    User/Role/Group name

Returns:

  • (Boolean)

    if cached

Raises:

  • (NotImplementedError)


67
# File 'lib/icfs/users.rb', line 67

def flush(urg); raise NotImplementedError; end