1Cache::File::Handle(3)User Contributed Perl DocumentationCache::File::Handle(3)
2
3
4
6 Cache::File::Handle - wrapper for IO::File to use in Cache::File
7 implementation
8
10 This module implements a derived class of IO::File that allows callback
11 on close. It is for use by Cache::File and should not be used
12 directly.
13
15 Cache::File
16
18 Chris Leishman <chris@leishman.org>
19 Based on work by DeWitt Clinton <dewitt@unto.net>
20
22 Copyright (C) 2003-2006 Chris Leishman. All Rights Reserved.
23
24 This module is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
25 KIND, either expressed or implied. This program is free software; you
26 can redistribute or modify it under the same terms as Perl itself.
27
28 $Id: Handle.pm,v 1.4 2006/01/31 15:23:58 caleishm Exp $
29
30
31
32perl v5.34.0 2021-07-22 Cache::File::Handle(3)