Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Customizing the Arbortext PE Request Manager > Writing a Custom Cache Manager
  
Writing a Custom Cache Manager
To write a cache manager, you need to develop a Java class that implements the interface com.arbortext.e3.E3CacheEntry and update e3config.xml to define it. You need to provide cache, init, and search methods. You'll also need to develop one or more objects that implement the interface com.arbortext.e3.E3CacheEntry, because that's what the search method returns.