org.apache.commons.ognl.internal.entry
Interface CacheEntryFactory<K,V>

All Known Subinterfaces:
ClassCacheEntryFactory<T>
All Known Implementing Classes:
DeclaredMethodCacheEntryFactory, FieldCacheEntryFactory, GenericMethodParameterTypeFactory, MethodAccessCacheEntryFactory, MethodCacheEntryFactory, MethodPermCacheEntryFactory, PermissionCacheEntryFactory, PropertyDescriptorCacheEntryFactory

public interface CacheEntryFactory<K,V>


Method Summary
 V create(K key)
           
 

Method Detail

create

V create(K key)
         throws CacheException
Throws:
CacheException


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.