logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

KiokuDB::Role::Immutable::Transitive - A role for immutable objects that only point at other such

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This role makes a stronger promise than KiokuDB::Role::Immutable, namely that this object and all objects
       it points to are immutable.

       These objects can be freely cached as live instances, since none of the data they keep live is ever
       updated.

Name

       KiokuDB::Role::Immutable::Transitive - A role for immutable objects that only point at other such
       objects.

Synopsis

           with qw(KiokuDB::Role::Immutable::Transitive);

Version

       version 0.57

See Also