1Cache::IOString(3) User Contributed Perl Documentation Cache::IOString(3)
2
3
4
6 Cache::IOString - wrapper for IO::String to use in Cache
7 implementations
8
10 This module implements a derived class of IO::String that handles
11 access modes and allows callback on close. It is for use by Cache
12 implementations and should not be used directly.
13
15 Cache::Entry, Cache::File, Cache::RemovalStrategy
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: IOString.pm,v 1.3 2006/01/31 15:23:58 caleishm Exp $
29
30
31
32perl v5.32.1 2021-01-26 Cache::IOString(3)