1Code::TidyAll::CacheModUesle:r:SChoanrterdi(b3u)ted PerlCoDdoec:u:mTeindtyaAtlilo:n:CacheModel::Shared(3)
2
3
4
6 Code::TidyAll::CacheModel::Shared - Shared cache model for
7 Code::TidyAll
8
10 version 0.83
11
13 my $cta = Code::TidyAll->new(
14 cache_model_class => 'Code::TidyAll::CacheModel::Shared',
15 ...
16 );
17
19 An alternative caching model for Code::TidyAll designed to work in
20 shared build systems / systems with lots of branches.
21
22 This cache model uses both the file name and file contents to build the
23 cache key and a meaningless cache value. It does not care about the
24 modification time of the file.
25
26 This allows you to share a cache when you might have several versions
27 of a file that you switch backwards and forwards between (e.g. when
28 you're working on several branches) and keep the cache values
29
31 Bugs may be submitted at
32 <https://github.com/houseabsolute/perl-code-tidyall/issues>.
33
35 The source code repository for Code-TidyAll can be found at
36 <https://github.com/houseabsolute/perl-code-tidyall>.
37
39 • Jonathan Swartz <swartz@pobox.com>
40
41 • Dave Rolsky <autarch@urth.org>
42
44 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49 The full text of the license can be found in the LICENSE file included
50 with this distribution.
51
52
53
54perl v5.36.0 2023-01-2C0ode::TidyAll::CacheModel::Shared(3)