/* -*- mode: c++ -*- */
/**
 * \mainpage DiskcacheLibrary Diskcache Library
 *
 * @anchor LDASToolsDiskcache
 *
 * The Diskcache Library is intended to allow for easy
 * maintainance of a large collection of files.
 * The library has been written to be robust against
 * NFS and SAM QFS file system issues.
 *
 * The current model supports the caching of files of the
 * form S-D-G-T.<ext> as described by the document
 * entitled
 * <em>Naming Convention for Frame Files which are to be Processed by LDAS</em>
 * (LIGO-T010150-00)
 * There is support within the library to create plugins
 * which would allow caching of files that follow a
 * different naming conventions.
 *
 * \section user_sec Users
 *
 * \li \ref PDiskcacheCommand
 *
 * This package provides the following command line tools.
 *
 * Here are some details for files used by various components
 *
 * \li \ref DiskCacheConfigurationFile
 *
 * \section devel_sec Developers
 *
 * \section admin_sec Administrator
 *
 * \subsection admin_solaris_sec
 *
 * \li mkdir /etc/ldas-tools.d
 * \li cp diskcache.cfg.sample /etc/ldas-tools.d/diskcache.cfg
 *
 */
