org.moremotion.cache
Class CompiledObjectCache
java.lang.Object
org.moremotion.cache.CompiledObjectCache
- All Implemented Interfaces:
- FileChangeNotification
public class CompiledObjectCache
- extends java.lang.Object
- implements FileChangeNotification
- Version:
- $Id: CompiledObjectCache.java 51 2008-03-10 11:46:54Z erkan $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledObjectCache
public CompiledObjectCache()
setCapacity
public void setCapacity(int value)
getCompiledObject
public java.lang.Object getCompiledObject(java.io.File file)
addCompiledObject
public void addCompiledObject(java.io.File file,
java.lang.Object co)
doChange
public void doChange(java.io.File f)
- Specified by:
doChange
in interface FileChangeNotification
clear
public void clear()
doDelete
public void doDelete(java.io.File f)
- Specified by:
doDelete
in interface FileChangeNotification
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.