logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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