ActiveSupport::CachingKeyGenerator

class ActiveSupport::CachingKeyGenerator

Parent:
Object

CachingKeyGenerator is a wrapper around KeyGenerator which allows users to avoid re-executing the key generation process when it's called using the same salt and key_size

Public Class Methods