Cache::Backend -- and interface for cache peristance mechanisms |
Cache::Backend -- and interface for cache peristance mechanisms
Classes that implement the Backend interface can be used in conjuction with the BaseCache class to create cache classes. It is important that classes that implement Backend do not presume that they are storing any particular type of data, or even that they are being used by a class that implements the Cache interface.
Cache::FileBackend, Cache::MemoryBackend, Cache::SharedMemoryBackend
Original author: DeWitt Clinton <dewitt@unto.net>
Last author: $Author: dclinton $
Copyright (C) 2001 DeWitt Clinton
Cache::Backend -- and interface for cache peristance mechanisms |