Sha256: 5b9dbe5ebe28c14fe2804e8f8123661ea1bb164e91ba7e11ed116468b014086b
Contents?: true
Size: 252 Bytes
Versions: 5
Compression:
Stored size: 252 Bytes
Contents
# # @author Kristian Mandrup # # Caching Api to ensure the role list of a role subject is cached and invalidated on role change # module Troles::Common::Api module Cache def invalidate_role_cache! @role_list = nil end end end
Version data entries
5 entries across 5 versions & 1 rubygems